39 lines
No EOL
926 B
JSON
39 lines
No EOL
926 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
} |