Problem | duckhunt13 |
---|---|
User | MCSG |
Submission Time | 2025-06-18 10:05:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:20:24: error: expected ‘;’ before ‘continue’
20 | cout<<0
| ^
| ;
21 | continue;
| ~~~~~~~~