Problem fibo
User aqualicious14
Submission Time 2023-10-20 23:00:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:4: error: ‘cin’ was not declared in this scope
7 | cin >> number;
| ^~~
fibo.cpp:10:6: error: ‘cout’ was not declared in this scope
10 | cout<<f1<<endl<<f2<<endl;
| ^~~~
fibo.cpp:10:16: error: ‘endl’ was not declared in this scope
10 | cout<<f1<<endl<<f2<<endl;
| ^~~~