Problem catchingcheaters
User blackscreen1
Submission Time 2023-03-25 17:19:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catchingcheaters.cpp: In function ‘int main()’:
catchingcheaters.cpp:19:9: error: ‘j’ was not declared in this scope
19 | l[i][j] = max(l[i][j], 0LL);
| ^
catchingcheaters.cpp: At global scope:
catchingcheaters.cpp:22:3: error: ‘cout’ does not name a type
22 | cout << l[a1][b1];
| ^~~~
catchingcheaters.cpp:23:1: error: expected declaration before ‘}’ token
23 | }
| ^