-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinitial_data.json
75 lines (75 loc) · 1.63 KB
/
initial_data.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
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"pk": 2,
"model": "contests.task",
"fields": {
"text": "My creativeness has run out... after two tasks :c",
"input": "",
"output": "2",
"name": "Task 2",
"difficulty": 1
}
},
{
"pk": 1,
"model": "contests.task",
"fields": {
"text": "Hello, you will be baked... and then there will be caek.",
"input": "",
"output": "1",
"name": "Task 1",
"difficulty": 2
}
},
{
"pk": 3,
"model": "contests.task",
"fields": {
"text": "AAAAAAAAaaaaaaAAAAA.... Your sex is on fire!",
"input": "",
"output": "3",
"name": "Task 3",
"difficulty": 2
}
},
{
"pk": 4,
"model": "contests.task",
"fields": {
"text": "Do I have a sign in front of my house that says dead nigger storage? NO? That's because storing dead niggers ain't my fucking business",
"input": "",
"output": "4",
"name": "Task 4",
"difficulty": 3
}
},
{
"pk": 5,
"model": "contests.task",
"fields": {
"text": "Would Mr. Wood conclude his interminable gabble? Some of us breathe oxygen and we find the mephitic fumes of his oratory a lethal challenge to our pulmonary capabilities.",
"input": "",
"output": "5",
"name": "Task 5",
"difficulty": 3
}
},
{
"pk": 1,
"model": "contests.contest",
"fields": {
"name": "My Contest",
"intended_duration": "3",
"state": 0,
"assigned_tasks": [
2,
1,
3,
4,
5
],
"max_skips": 1,
"intended_start_date": "2013-02-20T23:44:24.522Z"
}
}
]