-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample-task.json
62 lines (62 loc) · 1.12 KB
/
example-task.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
{
"task_id": "XX",
"case_id": "b6d4ceca-f60f-11ec-883f-60e32bd42985",
"case_config": [
{
"id": "test1",
"name": "test1",
"score": 10
},
{
"id": "test2",
"name": "test2",
"score": 10
},
{
"id": "test3",
"name": "test3",
"score": 10
},
{
"id": "test4",
"name": "test4",
"score": 10
},
{
"id": "test5",
"name": "test5",
"score": 10
},
{
"id": "test6",
"name": "test6",
"score": 10
},
{
"id": "test7",
"name": "test7",
"score": 10
},
{
"id": "test8",
"name": "test8",
"score": 10
},
{
"id": "test9",
"name": "test9",
"score": 10
},
{
"id": "test10",
"name": "test10",
"score": 10
}
],
"lang": "c",
"code": "#include<stdio.h>\n int main() {\n int a, b;\n scanf(\"%d %d\", &a, &b);\n printf(\"8135\\n\\n\\n\");\n return 0;\n }",
"limit": {
"max_cpu_time": 2000,
"max_memory": 134217728
}
}