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