git reimport
This commit is contained in:
38
archive/2018.09/2018.09.18 - unsorted/Task.json
Normal file
38
archive/2018.09/2018.09.18 - unsorted/Task.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user