Problem | findingpavement |
---|---|
User | JcYong |
Submission Time | 2024-06-18 14:00:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:16:2: error: expected ‘}’ at end of input
16 | }
| ^
findingpavement.cpp:12:29: note: to match this ‘{’
12 | for(int j = 0; j < w; j++){
| ^
findingpavement.cpp:16:2: 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:2: error: expected ‘}’ at end of input
16 | }
| ^
findingpavement.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^