17 lines
No EOL
364 B
JSON
17 lines
No EOL
364 B
JSON
{
|
|
"inputFile": "input.txt",
|
|
"testCases": {
|
|
"one": [
|
|
{
|
|
"input": "1721\n979\n366\n299\n675\n1456",
|
|
"expected": "514579"
|
|
}
|
|
],
|
|
"two": [
|
|
{
|
|
"input": "1721\n979\n366\n299\n675\n1456",
|
|
"expected": "241861950"
|
|
}
|
|
]
|
|
}
|
|
} |