Problem duckhunt13
User Avinash
Submission Time 2025-06-20 10:21:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:14:11: error: expected unqualified-id before numeric constant
14 | for (int 1 = 0; i < q; i++){
| ^
duckhunt13.cpp:14:10: error: expected ‘;’ before numeric constant
14 | for (int 1 = 0; i < q; i++){
| ^~
| ;
duckhunt13.cpp:14:15: error: lvalue required as left operand of assignment
14 | for (int 1 = 0; i < q; i++){
| ^
duckhunt13.cpp:14:18: error: ‘i’ was not declared in this scope
14 | for (int 1 = 0; i < q; i++){
| ^
duckhunt13.cpp:14:23: error: expected ‘)’ before ‘;’ token
14 | for (int 1 = 0; i < q; i++){
| ~ ^
| )
duckhunt13.cpp:14:25: error: ‘i’ was not declared in this scope
14 | for (int 1 = 0; i < q; i++){
| ^
duckhunt13.cpp:33:1: error: expected