Files
java-competitive/archive/2019.02/2019.02.27 - Hello 2019/D - Makoto and a Blackboard.json
2019-03-15 13:47:54 +04:00

45 lines
985 B
JSON

{
"name" : "D - Makoto and a Blackboard",
"testType" : "SINGLE",
"input" : {
"type" : "STANDARD"
},
"output" : {
"type" : "STANDARD"
},
"tests" : [ {
"input" : "6 1",
"output" : "3",
"index" : 0,
"active" : false
}, {
"input" : "6 2",
"output" : "875000008\n",
"index" : 1,
"active" : false
}, {
"input" : "60 5",
"output" : "237178099\n",
"index" : 2,
"active" : false
}, {
"input" : "978217616376000 1",
"index" : 3,
"active" : true
} ],
"location" : "src/chelper",
"vmArgs" : "-Xmx256M",
"mainClass" : "Main",
"taskClass" : "chelper.TaskD",
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
"checkerParameters" : "",
"testClasses" : [ ],
"date" : "2019.02.27",
"contestName" : "Hello 2019",
"truncate" : true,
"inputClass" : "io.InputReader",
"outputClass" : "io.OutputWriter",
"includeLocale" : false,
"failOnOverflow" : false,
"interactive" : false
}