Problem fibo
User yuxiangt
Submission Time 2025-07-30 23:45:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:13:10: error: ‘f0’ was not declared in this scope; did you mean ‘fc’?
13 | cout << f0<<"\n";
| ^~
| fc
fibo.cpp:14:10: error: ‘f1’ was not declared in this scope; did you mean ‘fc’?
14 | cout << f1<<"\n";
| ^~
| fc