Problem duckhunt12
User MCSG
Submission Time 2025-06-17 11:37:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:8:10: error: expected ‘;’ before ‘while’
8 | cout<<10
| ^
| ;
9 | while (a!=b){
| ~~~~~