{ "name" : "B - Petr and a Combination Lock", "testType" : "SINGLE", "input" : { "type" : "STANDARD" }, "output" : { "type" : "STANDARD" }, "tests" : [ { "input" : "3\n10\n20\n30\n", "output" : "YES", "index" : 0, "active" : true }, { "input" : "3\n10\n10\n10\n", "output" : "NO", "index" : 1, "active" : true }, { "input" : "3\n120\n120\n120\n", "output" : "YES", "index" : 2, "active" : true } ], "location" : "src/chelper", "vmArgs" : "-Xmx256M", "mainClass" : "Main", "taskClass" : "chelper.TaskB", "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 }