Files
java-competitive/archive/2019.02/2019.02.27 - Hello 2019/E - Egor and an RPG game.json
2019-03-15 13:47:54 +04:00

26 lines
625 B
JSON

{
"name" : "E - Egor and an RPG game",
"testType" : "SINGLE",
"input" : {
"type" : "STANDARD"
},
"output" : {
"type" : "STANDARD"
},
"tests" : [ ],
"location" : "src/chelper",
"vmArgs" : "-Xmx256M",
"mainClass" : "Main",
"taskClass" : "chelper.TaskE",
"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
}