• basic test 25 has a bug.

Question related to mission None

 

In line 41 of tests.py on github, correct answer is -1 not 1.

{"input": [[0,1,1], [0,2,1], [1,1,1]], "answer": 1} // "answer": -1 is correct.
30