| Problem | globalwarming |
|---|---|
| User | Reverberate |
| Submission Time | 2023-01-21 12:48:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:16:32: error: expected ‘;’ before ‘for’
16 | memset(abo, 0, sizeof(abo))
| ^
| ;
17 | for(int x=0;x<n;x++){
| ~~~
globalwarming.cpp:17:17: error: ‘x’ was not declared in this scope
17 | for(int x=0;x<n;x++){
| ^