From 7e5a94eb912193939e9e5225d3b2d63b599869ce Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Sat, 23 Sep 2023 22:48:39 +0200 Subject: [PATCH] Update examples/config.yml Co-authored-by: Tomasz Nowak <36604952+tonowak@users.noreply.github.com> --- examples/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/config.yml b/examples/config.yml index c8af80f2..f2332e9f 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -76,9 +76,9 @@ sinol_task_id: abc # - `oi` - Points for a test are unchanged if the execution time is less or equal to the time limit. # Otherwise, number of points decreases linearly to one depending on the execution time. # Points for a group are calculated same as in `default` mode. -# - `icpc` - A test passes, when the status is OK. -# A group passes, when all tests in this group pass. -# A solution passes, when all groups pass. +# - `icpc` - A test passes when the status is OK. +# A group passes when all tests in this group pass. +# A solution passes when all groups pass. sinol_contest_type: oi # sinol-make can check if the solutions run as expected when using `run` command.