Problem skips
User wenhao
Submission Time 2025-06-17 15:23:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

skips.cpp: In function ‘int main()’:
skips.cpp:18:3: error: continue statement not within a loop
18 | continue;
| ^~~~~~~~
skips.cpp:32:3: error: continue statement not within a loop
32 | continue;
| ^~~~~~~~