Problem duckhunt67
User AaravRastogi
Submission Time 2025-12-22 10:48:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt67.cpp: In function ‘long long int f(long long int, std::vector<long long int>)’:
duckhunt67.cpp:9:29: error: expected ‘;’ before ‘else’
9 | if (A[n] != -1) return A[n]
| ^
| ;
10 |
11 | else if (n == 6 || n == 7){return 1;}
| ~~~~