Submission Program

To submit your programs you can run either a command line or a GUI based submission program. You can run the command line using the following command.

scala /users/mlewis/ProgramSubmitTest.jar team problem# files... [-CC=compiler command] [compiler options]

The files you submit MUST NOT include a main function. The main function will come from my test code. If you submit files that include a main you will get a compile error. An example usage might look like the following.

scala /users/mlewis/ProgramSubmitTest.jar F 1 Cells.cpp -std=c++11

For weeks that you don't have a team you can use whatever letter you want for a team.

There is also a GUI version that you can run. The JAR file for the GUI version is available here.