From 198ef39b3948d2c50a98a81f2008a40c491dd6f7 Mon Sep 17 00:00:00 2001 From: Maarten Sijm <9739541+mpsijm@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:46:31 +0100 Subject: [PATCH] jury-advice.md: Add that sample outputs will be visible in DOMjudge --- content/jury-advice.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/jury-advice.md b/content/jury-advice.md index 4c6382c..1c8c9a3 100644 --- a/content/jury-advice.md +++ b/content/jury-advice.md @@ -10,6 +10,8 @@ type: page This page will be available on your desktop as [.pdf](/jury-advice.pdf). +Update 2024-11-19: Add that sample outputs will be visible in DOMjudge. + - Your submissions will be run multiple times, on different input files. The order in which the input files are being used is fixed @@ -28,6 +30,10 @@ This page will be available on your desktop as [.pdf](/jury-advice.pdf). Attempts to start extra processes or threads may lead to a judgement of "Run Time Error". +- After receiving the judgement of your submission, + you are able to view the output of your submission and the corresponding verdict + for each of the samples from the DOMjudge interface. + - Each problem will have a stated time limit. This time limit is per input file and refers to CPU time, which includes time spent on slow parsing