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

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
findingpavement.cpp:12:28: note: to match this ‘{’
12 | for(int j = 0; j < w; j++){
| ^
findingpavement.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
findingpavement.cpp:11:28: note: to match this ‘{’
11 | for(int i = 0; i < h; i++){
| ^
findingpavement.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
findingpavement.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^