Judged Runs | ALL | acm01 | acm02 | acm03 |
---|---|---|---|---|
Logs | ALL | acm01 | acm02 | acm03 |
All solving programs come from the region, except for japanese.java and language.java, which use vanb's "signature" technique.
The problem_check.exe files are all windows executables provided by the region to check if a given output is correct. They all take the same parameters:
problem_check.exe input_file output_file solution_file
where input_file is the .in file, output_file is your output file, and solution_file is the corresponding .sol file.