Problem duckhunt13
User jambusk
Submission Time 2025-06-18 11:06:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:22:10: error: expected initializer before ‘==’ token
22 | int u == 0;
| ^~
duckhunt13.cpp:25:4: error: ‘u’ was not declared in this scope
25 | u = ++u;
| ^
duckhunt13.cpp:28:9: error: ‘y’ was not declared in this scope
28 | if (y = t.back());
| ^
duckhunt13.cpp:30:5: error: ‘u’ was not declared in this scope
30 | u = ++u;
| ^
duckhunt13.cpp:33:11: error: ‘u’ was not declared in this scope
33 | cout << u;
| ^