38 lines
857 B
JSON
38 lines
857 B
JSON
{
|
|
"name" : "Task",
|
|
"testType" : "SINGLE",
|
|
"input" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "knapsack.in"
|
|
},
|
|
"output" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "knapsack.out"
|
|
},
|
|
"tests" : [ {
|
|
"input" : "10 3\n1 4 8",
|
|
"output" : "9",
|
|
"index" : 0,
|
|
"active" : true
|
|
}, {
|
|
"input" : "20 4\n5 7 12 18",
|
|
"output" : "19",
|
|
"index" : 1,
|
|
"active" : true
|
|
} ],
|
|
"location" : "src/chelper",
|
|
"vmArgs" : "-Xmx256m -Xss64m",
|
|
"mainClass" : "Main",
|
|
"taskClass" : "chelper.Task",
|
|
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
|
|
"checkerParameters" : "",
|
|
"testClasses" : [ ],
|
|
"date" : "2018.09.18",
|
|
"contestName" : "",
|
|
"truncate" : true,
|
|
"inputClass" : "io.InputReader",
|
|
"outputClass" : "io.OutputWriter",
|
|
"includeLocale" : false,
|
|
"failOnOverflow" : false,
|
|
"interactive" : false
|
|
} |