-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontest.yaml
More file actions
113 lines (112 loc) · 2.56 KB
/
Copy pathcontest.yaml
File metadata and controls
113 lines (112 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
name: GCPC Algiers 2026
short-name: gcpc2026
start-time: 2026-04-25T08:30:00+01:00
duration: 6:00:00
# One entry per problem.
# - id must match the folder name under challenges/
# - label is the letter shown on the scoreboard (A, B, C, ...)
# - color is the balloon color shown in DOMjudge (also set in domjudge-problem.ini)
# - status: draft | ready | tested | published
problems:
- id: dungeon-escape
label: A
color: "#4CAF50"
difficulty: easy
author: "Lyes Boudjabout"
status: published
- id: festival-queue-merges
label: B
color: "#8BC34A"
difficulty: easy
author: "Lyes Boudjabout"
status: published
- id: relief-distribution
label: C
color: "#CDDC39"
difficulty: easy
author: "Lyes Boudjabout"
status: published
- id: latency-budget
label: D
color: "#EC0040"
difficulty: easy
author: "Bouzara Zakaria"
status: published
- id: breadboard
label: E
color: "#00BCD4"
difficulty: medium
author: "Raouf Ould Ali"
status: published
- id: circuit-breaker
label: F
color: "#03A9F4"
difficulty: medium
author: "Bouzara Zakaria"
status: published
- id: cloud
label: G
color: "#2196F3"
difficulty: medium
author: "Redhouane Abdellah"
status: published
- id: emergency-lane
label: H
color: "#9C27B0"
difficulty: medium
author: "tarek-ait"
status: published
- id: riddle
label: I
color: "#E91E63"
difficulty: medium
author: "Redhouane Abdellah"
status: published
- id: sarrus-oracle
label: J
color: "#F4A261"
difficulty: medium
author: "tarek-ait"
status: published
- id: sort
label: K
color: "#FF9800"
difficulty: medium
author: "Redhouane Abdellah"
status: published
- id: midnight-relay-tour
label: L
color: "#FF5722"
difficulty: medium
author: "tarek-ait"
status: published
- id: ai-simulation-uncle-island
label: M
color: "#795548"
difficulty: hard
author: "Firas Mohamed Elamine Kiram"
status: published
- id: hoggar-trail
label: N
color: "#607D8B"
difficulty: hard
author: "Firas Mohamed Elamine Kiram"
status: published
- id: quantum-pyramid
label: O
color: "#9E9E9E"
difficulty: hard
author: "Raouf Ould Ali"
status: published
- id: tricks
label: P
color: "#F44336"
difficulty: hard
author: "Raouf Ould Ali"
status: published
- id: dzNet-signal-coverage
label: P
color: "#FFC107"
difficulty: medium
author: "Nabil Ghemam Djeridi"
status: published