| Problem | duckhunt19 |
|---|---|
| User | XXC |
| Submission Time | 2025-11-24 15:12:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt19.cpp: In function ‘int main()’:
duckhunt19.cpp:9:17: error: lvalue required as left operand of assignment
9 | }while(b<a-=b);
| ^
duckhunt19.cpp:14:8: error: expected ‘;’ before ‘}’ token
14 | cout<<a
| ^
| ;
15 | }
| ~