ON LINE SUBMISSION: On-line submission is expected to be done via the URcourses facility. You are expect to submit your source code (e.g., .cpp and .h files), you test cases (e.g., in1-11.txt, in1-12.txt, etc.) and a file called compile.txt that tells exactly how to compile and run your program. ------------------------------------------------------------------- Each student must provide a file called compile.txt that says how to compile and run their program. Give the exact commands to use to compile and run your program on hercules. Note: you can test this file before you submit it. If you add the special line #!/bin/csh as the first line of your compile.txt file, and then change its mode to (say) chmod 700 compile.txt you can actually run this file on replit simply by typing its name. compile.txt ---------------------------------------------------------------- You should submit a preliminary working version of your program ahead of the deadline. This will allow you to test the process and to have something submitted, even if you lose or ruin your program. --------------------------------------------------------------