Message at Sat Nov 14 15:11:50 EST 1998: Time expired: contest over. -- Message at Sat Nov 14 13:41:51 EST 1998: Please remove output to stderr (cerr for C++) before submission. -- Message at Sat Nov 14 13:21:43 EST 1998: Extra white space anywhere is considered a format error. -- Message at Sat Nov 14 13:20:07 EST 1998: Extra white spaces at the end of a line also result in a format error. -- Message at Sat Nov 14 13:02:23 EST 1998: Two teams have attempted to print files with control characters. This will not succeed. Don't do it. If you are wondering what happened to your print job, look for control characters. -- Message at Sat Nov 14 12:43:24 EST 1998: Re: Problem F > Can receives be executed during the same clock cycle as their partnered sends? IE: do all sends happen before all receives in any particular cycle? Or must the receive be executed the next cycle? The receive and send are executed in the same cycle if possible. -- Message at Sat Nov 14 12:25:18 EST 1998: We understand that compilation is very slow right now. We are looking into the problem. -- Message at Sat Nov 14 12:01:53 EST 1998: Food is now available in front of the C&D/registration area. You have until 14:00 to get a sandwich and a cookie -- no need to rush. Do not eat anything in the terminal labs. -- Message at Sat Nov 14 11:10:39 EST 1998: Format errors: Missing whitespace within lines Extra or missing blank lines Incorrect capitalization Everything else will be judged incorrect. -- Message at Sat Nov 14 11:08:35 EST 1998: > can a name be assigned to more than once? It is not meaningful to `assign' to a name more than once. These are declarations, and there will be at most one per name. -- Message at Sat Nov 14 10:29:08 EST 1998: Re: Problem H > In your sample output, you have: > "314213241519 is in an inventory loop of length 2" > Yet, this is not listed in your output section as a possible output. > > What are all the exact output specifications for this problem??? > Line 3 of the Sample Output should say 314213241519 enters an inventory loop of length 2 --