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
Some test cases can have multiple outputs such as https://cses.fi/problemset/task/1640. Currently, I believe that the judge doesn't validate dynamic outputs looking at the source code:
An idea to fix this could be replacing .out files for all problems with multiple correct answers and instead replacing it with an executable or other script file which would validate an output, and then automatically detecting a lack of a .out file in the actual grader code. Probably would have to start changing the code below:
Changing the Error thrown to instead check for an executable/script file and then if found set the necessary parameters so it can be used during grading.
Some test cases can have multiple outputs such as https://cses.fi/problemset/task/1640. Currently, I believe that the judge doesn't validate dynamic outputs looking at the source code:
online-judge/submit/src/problemSubmission/createSubmission.ts
Line 307 in 74f57da
Also, submitting to it on one of my USACO Guide Groups gives me partial WA while CSES gives me all AC.
The text was updated successfully, but these errors were encountered: