41 lines
936 B
JSON
41 lines
936 B
JSON
{
|
|
"name" : "C - Yuhao and a Parenthesis",
|
|
"testType" : "SINGLE",
|
|
"input" : {
|
|
"type" : "STANDARD"
|
|
},
|
|
"output" : {
|
|
"type" : "STANDARD"
|
|
},
|
|
"tests" : [ {
|
|
"input" : "7\n)())\n)\n((\n((\n(\n)\n)\n",
|
|
"output" : "2",
|
|
"index" : 0,
|
|
"active" : true
|
|
}, {
|
|
"input" : "4\n(\n((\n(((\n(())\n",
|
|
"output" : "0",
|
|
"index" : 1,
|
|
"active" : true
|
|
}, {
|
|
"input" : "2\n(())\n()\n",
|
|
"output" : "1",
|
|
"index" : 2,
|
|
"active" : true
|
|
} ],
|
|
"location" : "src/chelper",
|
|
"vmArgs" : "-Xmx256M",
|
|
"mainClass" : "Main",
|
|
"taskClass" : "chelper.TaskC",
|
|
"checkerClass" : "net.egork.chelper.checkers.TokenChecker",
|
|
"checkerParameters" : "",
|
|
"testClasses" : [ ],
|
|
"date" : "2019.02.27",
|
|
"contestName" : "Hello 2019",
|
|
"truncate" : true,
|
|
"inputClass" : "io.InputReader",
|
|
"outputClass" : "io.OutputWriter",
|
|
"includeLocale" : false,
|
|
"failOnOverflow" : false,
|
|
"interactive" : false
|
|
} |