------------------------------------ THINGS THAT ARE DIFFERENT IN ISSC'99 ------------------------------------ (as of 28-November-1999) 1. The students will NOT submit source code. Instead they will have to compile their program and submit the executable (exe) file for grading! 2. The filenames will be supplied to you and YOU MUST USE THE EXACT FILENAMES. 3. The output should go to the an output file and NOT TO SCREEN. **Your program will be graded as incorrect if no output file is produced even if the answer appear correctly on your screen.** 4. Remember that the compilers are: Quick Basic V4.5 Turbo Pascal V7.0 Borland C++ V3.0 5. The compilers are stored in these directories: * C:\ISSC\TC (for C/C++) * C:\ISSC\TP (for Pascal) * C:\ISSC\QB (for Quick Basic) 6. Feedback for a bad run/submission will be given with one or more of the following comments on the Program Submission Sheet: * No executable file * Execution time exceeded * No output file created * No output in output file * Test data failed * Error occurred * Bad output form * Improper submission