49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name" : "BUDDYNIM",
|
|
"testType" : "MULTI_NUMBER",
|
|
"input" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "input.txt"
|
|
},
|
|
"output" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "output.txt"
|
|
},
|
|
"tests" : [ {
|
|
"input" : "3\n3 1\n1 1 1\n3\n3 1\n1 2 4\n7\n1 1\n1\n1",
|
|
"output" : "Alice\nAlice\nBob",
|
|
"index" : 0,
|
|
"active" : true
|
|
}, {
|
|
"input" : "1\n3 3\n1 2 3\n1 3 2",
|
|
"output" : "Bob",
|
|
"index" : 1,
|
|
"active" : true
|
|
}, {
|
|
"input" : "2\n1 1\n0\n0\n1 1\n0\n1",
|
|
"output" : "Bob\nAlice",
|
|
"index" : 2,
|
|
"active" : true
|
|
}, {
|
|
"input" : "1\n2 1\n0 0\n0",
|
|
"output" : "Bob",
|
|
"index" : 3,
|
|
"active" : true
|
|
} ],
|
|
"location" : "src/chelper",
|
|
"vmArgs" : "-Xmx256m -Xss64m",
|
|
"mainClass" : "Main",
|
|
"taskClass" : "chelper.BUDDYNIM",
|
|
"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"
|
|
} |