Problem fibo
User bh14
Submission Time 2023-02-24 15:41:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:3:20: error: expected ‘;’ before ‘vector’
3 | using namespace std
| ^
| ;
4 | vector<int> f(10000, -1);
| ~~~~~~
fibo.cpp: In function ‘int fibo(int)’:
fibo.cpp:12:12: error: a function-definition is not allowed here before ‘{’ token
12 | int main() {
| ^