Skip to content

Commit 7545c83

Browse files
mzuennimpsijm
authored andcommitted
rerun upgrade
1 parent 612ffda commit 7545c83

File tree

16 files changed

+64
-57
lines changed

16 files changed

+64
-57
lines changed

test/problems/boolfind/problem.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: boolfind
2-
uuid: 8f7ed1ba-43f5-424e-9af4-8a5f2e428ce3
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type: interactive
3+
name: boolfind
74
credits:
85
authors: DOMjudge
6+
uuid: 8f7ed1ba-43f5-424e-9af4-8a5f2e428ce3
7+
license: unknown
8+
rights_owner:
9+
910
limits:
1011
time_limit: 1.0

test/problems/different/problem.yaml

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# problem.yaml
22

33

4+
problem_format_version: 2023-07-draft
5+
type: pass-fail
46
name:
57
en: A Different Problem
68
## At least one of author, source, or rights_owner must be provided.
7-
##
8-
## Author of the problem (default: null)
9-
# author:
109

1110
## Where the problem was first used (default: null)
1211
source: Kattis
13-
# source_url:
1412

1513
# Unique problem uuid
1614
uuid: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
@@ -19,17 +17,11 @@ uuid: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
1917
## value of source if no author given).
2018
# rights_owner:
2119

22-
## License (see below for list of possible values)
2320
license: cc by-sa
2421

25-
## Some keywords describing the problem (default: empty)
26-
# keywords:
27-
28-
# Indicate that we use a custom output validator instead of the
29-
# default token-based diff.
22+
# Override standard limits: say that the TLE solutions provided should
23+
# be at least 4 times above the time limit in order for us to be
24+
# happy.
3025
limits:
31-
# time_multiplier: 5
3226
time_multipliers:
3327
time_limit_to_tle: 4
34-
problem_format_version: 2023-07-draft
35-
type: pass-fail

test/problems/divsort/problem.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1+
problem_format_version: 2023-07-draft
12
name: Division and sorting
23
uuid: 8ee7605a-a0ba-8ce8-2a91-a6192b70141f
34
license: unknown
4-
problem_format_version: 2023-07-draft

test/problems/fltcmp/problem.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: fltcmp
2-
uuid: 407efad0-da0d-49a4-b925-329e929bc990
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type: pass-fail
3+
name: fltcmp
74
credits:
85
authors: DOMjudge
6+
uuid: 407efad0-da0d-49a4-b925-329e929bc990
7+
license: unknown
8+
rights_owner:
9+
910
limits:
1011
time_limit: 1.0
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1+
problem_format_version: 2023-07-draft
2+
type: pass-fail
13
name: generatorincludes
4+
credits:
5+
authors: Thore Husfeldt
26
source:
37
name: Problems
4-
url: contest.region.eu
8+
url:
59
uuid: 745cc994-4c3d-40cf-97c2-cc2a72af1884
610
license: cc by-sa
711
rights_owner: author
8-
problem_format_version: 2023-07-draft
9-
type: pass-fail
10-
credits:
11-
authors: Thore Husfeldt
12+
1213
limits:
1314
time_limit: 1.0

test/problems/guess/problem.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
problem_format_version: 2023-07-draft
2+
type: interactive
13
name:
24
en: Guess the Number
35
source: Kattis
46
uuid: 4c1ca09b-af36-4cb6-82ec-2cd029c02a6a
57
license: cc by-sa
68

9+
# Override standard limits: say that the TLE solutions provided should
10+
# be at least 4 times above the time limit in order for us to be
11+
# happy.
712
limits:
813
time_multipliers:
914
time_limit_to_tle: 4
10-
problem_format_version: 2023-07-draft
11-
type: interactive

test/problems/guessnoeofcheck/problem.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
type: interactive
2+
problem_format_version: 2023-07-draft
13
source: Kattis
24
uuid: 1bf54011-8f0f-44fb-8030-15d9c1583979
35
license: cc by-sa
6+
7+
# Override standard limits: say that the TLE solutions provided should
8+
# be at least 4 times above the time limit in order for us to be
9+
# happy.
410
limits:
511
time_multipliers:
612
time_limit_to_tle: 4
7-
problem_format_version: 2023-07-draft
8-
type: interactive

test/problems/hello/problem.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: hello
2-
uuid: 323a5d9c-b38a-4110-8483-2846c920c1ee
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type: pass-fail
3+
name: hello
74
credits:
85
authors: DOMjudge
6+
uuid: 323a5d9c-b38a-4110-8483-2846c920c1ee
7+
license: unknown
8+
rights_owner:
9+
910
limits:
1011
time_limit: 3.0

test/problems/helloproblemtools/problem.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
problem_format_version: 2023-07-draft
12
name:
23
en: Hello World!
34
sv: Hej Världen!
@@ -12,4 +13,3 @@ license: public domain
1213
limits:
1314
memory: 512
1415
time_limit: 2.0
15-
problem_format_version: 2023-07-draft

test/problems/hellounix/problem.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
problem_format_version: 2023-07-draft
2+
type: pass-fail
13
name: hellounix
4+
credits:
5+
authors: various
6+
# Various tests whose behaviour is only consistent on
7+
# unix-y operating systems
28
uuid: 20798d22-3227-4e48-9877-7f73d3d3236e
39
license: unknown
410
rights_owner:
11+
512
limits:
613
memory: 512
714
time_limit: 3.0
8-
problem_format_version: 2023-07-draft
9-
type: pass-fail
10-
credits:
11-
authors: various
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
problem_format_version: 2023-07-draft
2+
type: pass-fail
13
name:
24
en: Hello, Whole World!
35
de: Hallo, ganze Welt!
46
da: Hej, hele verden!
5-
uuid: c7c28c31-809a-400c-84ae-f6a3b29a217a
6-
problem_format_version: 2023-07-draft
7-
type: pass-fail
87
credits:
98
authors: Thore Husfeldt
9+
uuid: c7c28c31-809a-400c-84ae-f6a3b29a217a

test/problems/identity/problem.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Identity
2-
uuid: a7d29d67-9b0b-4fd4-ae56-ab2cad5919ab
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type: pass-fail
3+
name: Identity
74
credits:
85
authors: Ragnar Groot Koerkamp
6+
uuid: a7d29d67-9b0b-4fd4-ae56-ab2cad5919ab
7+
license: unknown
8+
rights_owner:
9+
910
limits:
1011
time_limit: 1.0
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: interactive multi-pass
2-
uuid: 42c9ed2e-f579-46ac-ae2c-191069f3df70
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type:
73
- interactive
84
- multi-pass
5+
name: interactive multi-pass
96
credits:
107
authors: Michael Zündorf
8+
uuid: 42c9ed2e-f579-46ac-ae2c-191069f3df70
9+
license: unknown
10+
rights_owner:

test/problems/multipass/problem.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: multi-pass
2-
uuid: 71076b69-e9c2-4227-ba54-ec3d4e277c78
3-
license: unknown
4-
rights_owner:
51
problem_format_version: 2023-07-draft
62
type: multi-pass
3+
name: multi-pass
74
credits:
85
authors: Michael Zündorf
6+
uuid: 71076b69-e9c2-4227-ba54-ec3d4e277c78
7+
license: unknown
8+
rights_owner:

test/problems/testproblemconfig/output_validators/.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: 'ABC XYZ'
2-
uuid: 58c89b2d-616c-4291-ab8a-710b4e6cb978
31
problem_format_version: 2023-07-draft
42
type: pass-fail
3+
name: 'ABC XYZ'
4+
uuid: 58c89b2d-616c-4291-ab8a-710b4e6cb978
55
limits:
66
time_limit: 3.0

0 commit comments

Comments
 (0)