Problem | duckhunt13 |
---|---|
User | jambusk |
Submission Time | 2025-06-18 11:04:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:28:8: error: expected ‘(’ before ‘y’
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;
| ^