43 lines
1016 B
JSON
43 lines
1016 B
JSON
{
|
|
"name" : "MAXPRODU",
|
|
"testType" : "MULTI_NUMBER",
|
|
"input" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "input.txt"
|
|
},
|
|
"output" : {
|
|
"type" : "STANDARD",
|
|
"fileName" : "output.txt"
|
|
},
|
|
"tests" : [ {
|
|
"input" : "2\n5 2\n6 2\n",
|
|
"output" : "12\n24",
|
|
"index" : 0,
|
|
"active" : true
|
|
}, {
|
|
"input" : "1\n50 3",
|
|
"output" : "17478720",
|
|
"index" : 1,
|
|
"active" : true
|
|
}, {
|
|
"input" : "1\n1000000000 1000",
|
|
"index" : 2,
|
|
"active" : true
|
|
} ],
|
|
"location" : "src/chelper",
|
|
"vmArgs" : "-Xmx256m -Xss64m",
|
|
"mainClass" : "Main",
|
|
"taskClass" : "chelper.MAXPRODU",
|
|
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
|
|
"checkerParameters" : "",
|
|
"testClasses" : [ ],
|
|
"date" : "2018.10.29",
|
|
"contestName" : "SNCK1B19",
|
|
"truncate" : true,
|
|
"inputClass" : "io.InputReader",
|
|
"outputClass" : "io.OutputWriter",
|
|
"includeLocale" : false,
|
|
"failOnOverflow" : false,
|
|
"interactive" : false,
|
|
"interactor" : "net.egork.chelper.tester.Interactor"
|
|
} |