We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b0169 commit e72b895Copy full SHA for e72b895
1 file changed
2018/qualification/1-saving-the-universe/solution.js
@@ -29,7 +29,6 @@ class CaseParser {
29
}
30
31
32
-// call parse() to read the inputs and return list of problems / test cases.
33
function parse() {
34
const readline = require('readline');
35
let t = 0;
@@ -59,12 +58,6 @@ function parse() {
59
58
caseParser = new CaseParser()
60
61
62
- // let values = line.split(' ')
63
- // let prob = new Problem()
64
- // prob.damage = parseInt(values[0])
65
- // prob.sequence = Array.from(values[1])
66
- // probs.push(prob)
67
- // currentT += 1
68
break
69
70
0 commit comments