Problem duckhunt41
User YSH2020
Submission Time 2025-12-26 16:01:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt41.cpp: In function ‘int main()’:
duckhunt41.cpp:13:8: error: expected ‘;’ before ‘queue’
13 | v[0]=0
| ^
| ;
14 | queue<int> q;
| ~~~~~
duckhunt41.cpp:15:2: error: ‘q’ was not declared in this scope
15 | q.push(0);
| ^