Robot collects points


whats wrong with the code

Hello @singhsimran567 dry run your code for this test case:
1
8
-1 -1 1 -1 -1
0 -1 -1 1 -1
0 1 1 1 0
-1 -1 -1 -1 -1
0 -1 -1 -1 0
0 0 1 0 0
0 1 0 0 0
0 0 -1 -1 -1
the correct ouput is: 5
Happy Learning!!

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

the output should be 4 only