Problem globalwarming
User RandomCtfNoob
Submission Time 2026-01-21 16:10:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:21:22: error: expected ‘;’ before ‘>=’ token
21 | for (int i=highest,i>=0;i--){
| ^~
| ;
globalwarming.cpp:21:22: error: expected primary-expression before ‘>=’ token
21 | for (int i=highest,i>=0;i--){
| ^~