You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access <YOUR_DOMAIN>/problems to see the problem list.
Access <YOUR_DOMAIN>/problems/<problemName> to create a new problem named as <problemName>.
Access <YOUR_DOMAIN>/problems/<problemName>/remove to remove a existing problem.
Generator files: The codes in the Code text box will be compiled to a binary file, which is used to generate data for the program. The first line of its stdout will be treated as command line arguments. The rest of them will be the stdin for all the solvers.
Statics files: Files which will not be compiled immediately. There should be a Makefile in it. After uploading the solver zip, all the static files will be placed with files in the solver zip and make will be run. The a.out (if exists) will be treated as the solver binary. Therefore, do not use -o in the default option of Makefile.
Solver files: Files which will be compiled with static files after uploaded using make command. Uploaded codes will be wiped once the compilation in finished. No need to worry about leaking your codes to others.
After uploading multiple solvers, click Run.
Statement
We are not responsible for any usage of this code violating the Honor Code in UMJI-SJTU.
About
A single file, simple helper to show the difference between output of programs. (Also known as "对拍")