Problem findingpavement
User JcYong
Submission Time 2024-06-18 13:51:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:12:10: error: ‘arr’ was not declared in this scope
12 | cout << arr[i][j];
| ^~~
findingpavement.cpp:12:14: error: ‘i’ was not declared in this scope
12 | cout << arr[i][j];
| ^
findingpavement.cpp:12:17: error: ‘j’ was not declared in this scope
12 | cout << arr[i][j];
| ^