Problem duckhunt12
User Nayaa2403
Submission Time 2025-06-17 22:16:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt12.cpp: In function ‘int main()’:
duckhunt12.cpp:7:17: error: expected ‘;’ before ‘!=’ token
7 | for (int t=0, ac!=bc, t++) {
| ^~
| ;
duckhunt12.cpp:7:17: error: expected primary-expression before ‘!=’ token
7 | for (int t=0, ac!=bc, t++) {
| ^~
duckhunt12.cpp:7:26: error: expected ‘;’ before ‘)’ token
7 | for (int t=0, ac!=bc, t++) {
| ^
| ;