Problem duckhunt13
User vadar2525
Submission Time 2025-09-01 17:30:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:21:17: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘long long int’ to binary ‘operator!=’
21 | while(a.back != d){
| ~~~~~~ ^~ ~
| | |
| | long long int
| <unresolved overloaded function type>
duckhunt13.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
duckhunt13.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^