| Problem | globalwarming |
|---|---|
| User | boaznumberd5555 |
| Submission Time | 2026-02-24 12:18:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int32_t main()’:
globalwarming.cpp:18:26: error: expected ‘;’ before ‘for’
18 | curheight = arr[0].first
| ^
| ;
19 | for(int i = 0; i<n; i++){
| ~~~
globalwarming.cpp:19:20: error: ‘i’ was not declared in this scope
19 | for(int i = 0; i<n; i++){
| ^