34 lines
854 B
JSON
34 lines
854 B
JSON
{
|
|
"name" : "TaskA",
|
|
"testType" : "MULTI_NUMBER",
|
|
"input" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "input.txt"
|
|
},
|
|
"output" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "output.txt"
|
|
},
|
|
"tests" : [ {
|
|
"input" : "2\n5 1\n3 5 2 4 5\n6 4\n6 5 4 3 2 1",
|
|
"output" : "2\n4",
|
|
"index" : 0,
|
|
"active" : true
|
|
} ],
|
|
"location" : "src/chelper",
|
|
"vmArgs" : "-Xmx256m -Xss64m",
|
|
"mainClass" : "Main",
|
|
"taskClass" : "chelper.TaskA",
|
|
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
|
|
"checkerParameters" : "",
|
|
"testClasses" : [ ],
|
|
"date" : "2018.10.15",
|
|
"contestName" : "SNCKQL19",
|
|
"truncate" : true,
|
|
"inputClass" : "io.InputReader",
|
|
"outputClass" : "io.OutputWriter",
|
|
"includeLocale" : false,
|
|
"failOnOverflow" : false,
|
|
"interactive" : false,
|
|
"interactor" : "net.egork.chelper.tester.Interactor"
|
|
} |