Problem fibo
User earthyeet
Submission Time 2025-09-03 16:20:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:9:45: error: expected ‘)’ before ‘;’ token
9 | fibseq.push_back(fibseq[x-1] + fibseq[x-2];
| ~ ^
| )