Files
java-competitive/archive/2018.10/2018.10.29 - SNCK1B19/CHEFKO.json
2019-03-15 13:47:54 +04:00

64 lines
1.5 KiB
JSON

{
"name" : "CHEFKO",
"testType" : "MULTI_NUMBER",
"input" : {
"type" : "STANDARD",
"fileName" : "input.txt"
},
"output" : {
"type" : "STANDARD",
"fileName" : "output.txt"
},
"tests" : [ {
"input" : "1\n3 2\n1 6\n2 4\n3 6",
"output" : "3",
"index" : 0,
"active" : true
}, {
"input" : "1\n5 2\n1 6\n1 3\n2 4\n3 5\n4 6",
"output" : "2",
"index" : 1,
"active" : true
}, {
"input" : "1\n4 2\n1 10\n3 8\n2 6\n5 9",
"output" : "5",
"index" : 2,
"active" : true
}, {
"input" : "1\n4 3\n1 10\n3 8\n2 6\n5 9",
"output" : "3",
"index" : 3,
"active" : true
}, {
"input" : "1\n4 2\n1 3\n2 4\n3 5\n4 6",
"output" : "1",
"index" : 4,
"active" : true
}, {
"input" : "1\n4 4\n1 3\n1 3\n1 3\n2 3",
"output" : "1",
"index" : 5,
"active" : true
}, {
"input" : "1\n5 1\n1 3\n1 4\n5 9\n10 20\n1 100",
"output" : "99",
"index" : 6,
"active" : true
} ],
"location" : "src/chelper",
"vmArgs" : "-Xmx256m -Xss64m",
"mainClass" : "Main",
"taskClass" : "chelper.CHEFKO",
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
"checkerParameters" : "",
"testClasses" : [ ],
"date" : "2018.10.29",
"contestName" : "SNCK1B19",
"truncate" : true,
"inputClass" : "io.InputReader",
"outputClass" : "io.OutputWriter",
"includeLocale" : false,
"failOnOverflow" : false,
"interactive" : false,
"interactor" : "net.egork.chelper.tester.Interactor"
}