Try the following input lot ``` lot = [ [1,0,9,1], [1,0,1,1], [1,0,1,1], [1,0,1,1], [1,0,1,1], [1,0,1,1], [1,1,1,1], ] ``` Correct Answer: 15 Algorithm's Ouptut: 2