Problem | fibo |
---|---|
User | estkn |
Submission Time | 2025-03-14 13:52:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp:3:1: error: ‘uae’ does not name a type
3 | uae namespace std;
| ^~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
7 | cin >> n;
| ^~~
| std::cin
In file included from fibo.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
fibo.cpp:9:2: error: ‘vector’ was not declared in this scope
9 | vector<long long> fib(n + 1);
| ^~~~~~
fibo.cpp:9:2: note: suggested alternatives:
In file included from /usr/include/c++/9/vector:67,
from fibo.cpp:2:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector’
386 | class vector : protected _Vector_base<_Tp, _Alloc>
| ^~~~~~
In file included from fibo.cpp:2:
/usr/include/c++/9/vector:90:13: no