Problem fibo
User aqualicious14
Submission Time 2023-10-20 22:55:43
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:18:2: error: ‘cin’ was not declared in this scope
18 | cin >> n;
| ^~~
fibo.cpp:21:9: error: ‘cout’ was not declared in this scope
21 | cout << fibonacci_series(i) << endl;
| ^~~~
fibo.cpp:21:40: error: ‘endl’ was not declared in this scope
21 | cout << fibonacci_series(i) << endl;
| ^~~~