We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce14aaf commit 54ff381Copy full SHA for 54ff381
doc/manual/problem-format.rst
@@ -21,7 +21,11 @@ On top, DOMjudge defines a few extensions:
21
the ``@EXPECTED_RESULTS@:`` tag is ignored in
22
the four official submission subdirectories,
23
but it will work if the tagged solution is in, e.g.,
24
- ``submissions/mixed/`` or ``submissions/rejected/``.
+ ``submissions/mixed-verdicts``, ``submissions/mixed/`` or ``submissions/rejected/``.
25
+
26
+ .. literalinclude:: ../../example_problems/boolfind/submissions/mixed-verdicts/boolfind-test-random.py
27
+ :language: python
28
+ :caption: *Example jury solution with multiple outcomes*
29
30
The file ``domjudge-problem.ini`` contains key-value pairs, one
31
pair per line, of the form ``key = value``. The ``=`` can
0 commit comments