Problem | fibo |
---|---|
User | howdoicode |
Submission Time | 2025-01-27 15:30:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin >> N;
| ^~~
fibo.cpp:10:5: error: ‘fib’ was not declared in this scope
10 | fib[0] = 0;
| ^~~
fibo.cpp:18:9: error: ‘cout’ was not declared in this scope
18 | cout << fib[i] << endl;
| ^~~~
fibo.cpp:18:27: error: ‘endl’ was not declared in this scope
18 | cout << fib[i] << endl;
| ^~~~