Problem beareatrabbit
User Henries
Submission Time 2024-10-25 22:49:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

beareatrabbit.cpp:4:21: error: ‘n’ was not declared in this scope
4 | vector<long long> v(n);
| ^
beareatrabbit.cpp: In function ‘long long int recur(long long int)’:
beareatrabbit.cpp:18:37: error: ‘i’ was not declared in this scope
18 | long long eat = recur(index-2) + v[i];
| ^