Problem climatechange
User penguin133
Submission Time 2023-01-19 12:42:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

climatechange.cpp: In function ‘bool c(long long int)’:
climatechange.cpp:19:17: error: continue statement not within a loop
19 | if(P[n][m] < s)continue;
| ^~~~~~~~