Files
2019-03-15 13:47:54 +04:00

94 lines
2.1 KiB
JSON

{
"name" : "INVENTRY",
"testType" : "MULTI_NUMBER",
"input" : {
"type" : "STANDARD",
"fileName" : "input.txt"
},
"output" : {
"type" : "STANDARD",
"fileName" : "output.txt"
},
"tests" : [ {
"input" : "1\n11\n...###.....",
"output" : "15",
"index" : 0,
"active" : true
}, {
"input" : "3\n6\n##.#..\n7\n.#.#.#.\n5\n##.##",
"output" : "1\n6\n-1",
"index" : 1,
"active" : true
}, {
"input" : "6\n5\n.....\n5\n#....\n5\n##...\n5\n###..\n5\n####.\n5\n#####",
"output" : "0\n0\n0\n0\n0\n0",
"index" : 2,
"active" : true
}, {
"input" : "1\n2\n.#",
"output" : "-1",
"index" : 3,
"active" : true
}, {
"input" : "1\n3\n.#.",
"output" : "1",
"index" : 4,
"active" : true
}, {
"input" : "1\n10\n........#.",
"output" : "8",
"index" : 5,
"active" : true
}, {
"input" : "1\n9\n.#.#.#.#..",
"output" : "10",
"index" : 6,
"active" : true
}, {
"input" : "1\n12\n.##.##.##...",
"output" : "-1",
"index" : 7,
"active" : true
}, {
"input" : "3\n4\n##.#\n1\n#\n7\n##.##..",
"output" : "-1\n0\n4",
"index" : 8,
"active" : true
}, {
"input" : "1\n7\n.#.##..",
"output" : "7",
"index" : 9,
"active" : true
}, {
"input" : "1\n13\n.##.##.##....",
"output" : "30",
"index" : 10,
"active" : true
}, {
"input" : "1\n5\n##.##",
"output" : "-1",
"index" : 11,
"active" : true
}, {
"input" : "3\n3\n.#.\n5\n.#.#.\n7\n.#.#.#.",
"output" : "1\n3\n6",
"index" : 12,
"active" : true
} ],
"location" : "src/chelper",
"vmArgs" : "-Xmx256m -Xss64m",
"mainClass" : "Main",
"taskClass" : "chelper.INVENTRY",
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
"checkerParameters" : "",
"testClasses" : [ ],
"date" : "2018.11.03",
"contestName" : "",
"truncate" : true,
"inputClass" : "io.InputReader",
"outputClass" : "io.OutputWriter",
"includeLocale" : false,
"failOnOverflow" : false,
"interactive" : false,
"interactor" : "net.egork.chelper.tester.Interactor"
}