| Problem | findingpavement |
|---|---|
| User | berrymochi |
| Submission Time | 2026-06-24 15:08:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
findingpavement.cpp:14:28: note: to match this ‘{’
14 | for(int i = 1; i < H; i++){
| ^
findingpavement.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
findingpavement.cpp:7:15: note: to match this ‘{’
7 | signed main (){
| ^