Problem | globalwarming |
---|---|
User | emyz |
Submission Time | 2024-12-04 11:04:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
globalwarming.cpp:33:43: error: missing terminating ' character
33 | if(i+1==n||submerged[i+1]) curislands--'
| ^
globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:33:43: error: expected ‘;’ before ‘}’ token
33 | if(i+1==n||submerged[i+1]) curislands--'
| ^
| ;
34 | }
| ~