| Problem | platonic14 |
|---|---|
| User | wongyikai |
| Submission Time | 2025-12-08 22:54:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic14.cpp: In function ‘int main()’:
platonic14.cpp:9:13: error: continue statement not within a loop
9 | if (n==1) continue;
| ^~~~~~~~
platonic14.cpp:10:21: error: continue statement not within a loop
10 | if (n==2 && k==1) continue;
| ^~~~~~~~