-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.json
More file actions
39 lines (39 loc) · 926 Bytes
/
info.json
File metadata and controls
39 lines (39 loc) · 926 Bytes
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
{
"year": "2020",
"day": "13",
"title": "Shuttle Search",
"testCases": {
"one": [
{
"input": "939\n7,13,x,x,59,x,31,19",
"expected": 295
}
],
"two": [
{
"input": "939\n7,13,x,x,59,x,31,19",
"expected": 1068781
},
{
"input": "1\n17,x,13,19",
"expected": 3417
},
{
"input": "1\n67,7,59,61",
"expected": 754018
},
{
"input": "1\n67,x,7,59,61",
"expected": 779210
},
{
"input": "1\n67,7,x,59,61",
"expected": 1261476
},
{
"input": "1\n1789,37,47,1889",
"expected": 1202161486
}
]
}
}