-
Notifications
You must be signed in to change notification settings - Fork 258
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
Add answers to questions from Luxor to manual/clars #2673
Conversation
I would assume any system does this but it was a question last year.
Even when they are not, the jury should be aware and discuss it for other years.
DOMjudge will run your submissions on the test cases in a deterministic | ||
order, i.e. if your program fails on the fourth case with wrong answer | ||
and on the fifth case with run error, DOMjudge will report wrong | ||
answer. It will not report the number of the test case that failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not always true and depends on the Results prio
configuration setting. I don't think this should be included by default.
The DOMjudge team would like your feedback. We do not | ||
receive much feedback from participants. If you find | ||
something lacking or have improvement ideas, please report | ||
them. See https://www.domjudge.org/development. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the change here except reformatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only reformatting.
more consistent, for example we pin your submission to one core. | ||
- DOMjudge does not define any special macros like ONLINE_JUDGE. | ||
- For interactive problems, only your code runs inside of the sandbox and other processes | ||
including the interactive problem interactor do not count towards memory or time limits for the submission. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really understand what these do here in the default clarification answers (I think they should have been general clarifications sent out at the beginning of WFs), but they should not go into main
.
@@ -261,6 +261,8 @@ your program). | |||
On the contest control system your program enters a queue, awaiting compilation, | |||
execution and testing on one of the autojudges. | |||
|
|||
Beware that if you submit multiple times in a short time interval the DOMjudge will determine which submission to judge based on both the submission time and how many other submission you have in queue to penalize spamming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beware that if you submit multiple times in a short time interval the DOMjudge will determine which submission to judge based on both the submission time and how many other submission you have in queue to penalize spamming. | |
Beware that if you submit multiple times in a short time interval, then DOMjudge will determine which submission to judge based on both the submission time and how many other submission you have in queue to penalize spamming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, I'm not really sure this should go into the manual in main
.
I'll squash after approval.
No reason to merge it now, but I found it in the GDrive folder.