Problem | duckhunt4 |
---|---|
User | CalebKow |
Submission Time | 2025-06-23 06:39:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt4.cpp: In function ‘int main()’:
duckhunt4.cpp:8:8: error: expected ‘(’ before ‘x’
8 | while x != 0 {
| ^
| (
duckhunt4.cpp:8:14: error: expected ‘)’ before ‘{’ token
8 | while x != 0 {
| ~ ^~
| )