-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement output only problems #2521
Comments
Example how this was used during the ICPC challenge in Luxor:
|
Note that you could in theory today create an output-only "language" which does basically just |
I think that is also the way to implement this (as it requires less code changes), adding some extra overrides to contestproblems with allow judgeable/allowed languages seems not that much extra code change and would already implement this. |
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of DOMjudge#2521.
…contest. If empty, falls back to the global definition. This is part of #2521.
The text was updated successfully, but these errors were encountered: