{ "inputFile": "input.txt", "testCases": { "one": [ { "input": "1000\n2000\n3000\n\n4000\n\n5000\n6000\n\n7000\n8000\n9000\n\n10000\n", "expected": "24000" } ], "two": [ { "input": "1000\n2000\n3000\n\n4000\n\n5000\n6000\n\n7000\n8000\n9000\n\n10000\n", "expected": "45000" } ] } }