Problem | curtains |
---|---|
User | shoryu386 |
Submission Time | 2023-03-21 16:15:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
curtains.cpp: In function ‘int main()’:
curtains.cpp:94:32: error: continue statement not within a loop
94 | if (hhh > LONG_LONG_MAX/10) { continue; }
| ^~~~~~~~
curtains.cpp:95:21: error: continue statement not within a loop
95 | else if (hhh == 0) continue; //not helpful lol
| ^~~~~~~~