Files
java-competitive/archive/2019.02/2019.02.27 - Hello 2019/A - Gennady and a Card Game.json
2019-03-15 13:47:54 +04:00

41 lines
936 B
JSON

{
"name" : "A - Gennady and a Card Game",
"testType" : "SINGLE",
"input" : {
"type" : "STANDARD"
},
"output" : {
"type" : "STANDARD"
},
"tests" : [ {
"input" : "AS\n2H 4C TH JH AD",
"output" : "YES",
"index" : 0,
"active" : true
}, {
"input" : "2H\n3D 4C AC KD AS\n",
"output" : "NO",
"index" : 1,
"active" : true
}, {
"input" : "4D\nAS AC AD AH 5H\n",
"output" : "YES",
"index" : 2,
"active" : true
} ],
"location" : "src/chelper",
"vmArgs" : "-Xmx256M",
"mainClass" : "Main",
"taskClass" : "chelper.TaskA",
"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
}