{ "name" : "TaskA", "testType" : "SINGLE", "input" : { "type" : "STANDARD", "fileName" : "input.txt" }, "output" : { "type" : "STANDARD", "fileName" : "output.txt" }, "tests" : [ { "input" : "1\n12", "index" : 0, "active" : true } ], "location" : "src/chelper", "vmArgs" : "-Xmx256m -Xss64m", "mainClass" : "Main", "taskClass" : "chelper.TaskA", "checkerClass" : "net.egork.chelper.checkers.TokenChecker", "checkerParameters" : "", "testClasses" : [ ], "date" : "2019.02.24", "contestName" : "KickstartPrep", "truncate" : true, "inputClass" : "io.InputReader", "outputClass" : "io.OutputWriter", "includeLocale" : false, "failOnOverflow" : false, "interactive" : true, "interactor" : "chelper.TaskAInteractor" }