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

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:26:4: error: ‘y’ was not declared in this scope
26 | y = t.back();
| ^
duckhunt13.cpp:28:4: error: ‘u’ was not declared in this scope
28 | u = u++;
| ^
duckhunt13.cpp:31:9: error: ‘y’ was not declared in this scope
31 | if (y = t.back());
| ^
duckhunt13.cpp:33:5: error: ‘u’ was not declared in this scope
33 | u = u++;
| ^
duckhunt13.cpp:36:11: error: ‘u’ was not declared in this scope
36 | cout << u;
| ^