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

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:28:8: error: expected ‘(’ before ‘y’
28 | if y = t.back();
| ^
| (
duckhunt13.cpp:30:7: error: ‘u’ was not declared in this scope
30 | ++u;
| ^
duckhunt13.cpp:34:11: error: ‘u’ was not declared in this scope
34 | cout << u;
| ^
duckhunt13.cpp: At global scope:
duckhunt13.cpp:36:2: error: expected unqualified-id before ‘return’
36 | return 0;
| ^~~~~~
duckhunt13.cpp:37:1: error: expected declaration before ‘}’ token
37 | }
| ^