| Problem | catchingcheaters |
|---|---|
| User | Tyx2019 |
| Submission Time | 2023-04-11 08:00:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catchingcheaters.cpp: In function ‘int main()’:
catchingcheaters.cpp:17:7: error: expected ‘}’ at end of input
17 | j++;
| ^
catchingcheaters.cpp:12:24: note: to match this ‘{’
12 | for(int j=1;j<=M;j++){
| ^
catchingcheaters.cpp:17:7: error: expected ‘}’ at end of input
17 | j++;
| ^
catchingcheaters.cpp:11:23: note: to match this ‘{’
11 | for(int i=1;i<=N;i++){
| ^
catchingcheaters.cpp:17:7: error: expected ‘}’ at end of input
17 | j++;
| ^
catchingcheaters.cpp:5:7: note: to match this ‘{’
5 | main(){
| ^