-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
63 lines (63 loc) · 1.38 KB
/
config.json
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
{
"fetcher": {
"scoreboard_url": "http://scoreboard.ioi2017.org",
"retries": 5,
"first_retry_delay": "0.2s",
"retry_delay_exponent": 1.7
},
"state": {
"filename": "state.json"
},
"participants": [
{
"login": "RUS_2d1",
"name": "Aleksandra Drozdova"
},
{
"login": "RUS_2d2",
"name": "Egor Lifar"
},
{
"login": "RUS_2d3",
"name": "Vladimir Romanov"
},
{
"login": "RUS_2d4",
"name": "Denis Shpakovskii"
}
],
"problems": [
{
"id": "nowruz",
"name": "nowruz",
"fractional_scoring": true,
"mute": true
},
{
"id": "wiring",
"name": "wiring",
"mute": true
},
{
"id": "train",
"name": "train",
"mute": true
},
{
"id": "prize",
"name": "prize",
"fractional_scoring": true
},
{
"id": "simurgh",
"name": "simurgh"
},
{
"id": "books",
"name": "books"
}
],
"contest_start_time": "2019-08-06 08:00:00",
"main_chat": "@ioi_watch_test",
"positive_chat": "@positive_ioi_watch_test"
}