This is just entry 191, but patched according to the following instructions: --------------------------------------------------------------------------- Date: Mon, 30 Jul 2001 10:03:25 -0700 From: Scott Masch To: judges@pauillac.inria.fr Subject: Known bug... I just found a show stopping bug in one part of my code. The bug is in the code that writes data from a file in /tmp to stdout (yes, a glorified version of cat). Basically, the read/write granularity is set wrong and it will chop off bytes if the file size is not a multiple of 4. If you are unable/unwilling to fix this bug, you might as well save yourself the trouble and eliminate this entry now. (look for program name "MT_SML", team name "Masch Tech", contact name "Scott Masch) If you can/are able to fix it, the "sizeof(int)" on lines 11 and 13 of qout.c will both need to be replaced with "1". And I thought this little program was too simple to screw up. Famous Last Words...