| Problem | findingpavement |
|---|---|
| User | JcYong |
| Submission Time | 2024-06-18 13:52:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:11:11: error: ‘arr’ was not declared in this scope
11 | cout << arr[i][j];
| ^~~
findingpavement.cpp:11:18: error: ‘j’ was not declared in this scope
11 | cout << arr[i][j];
| ^