Problem | fibo |
---|---|
User | xyz |
Submission Time | 2023-11-09 14:23:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘std::vector<int> fib()’:
fibo.cpp:9:3: error: ‘__float256’ was not declared in this scope; did you mean ‘__float128’?
9 | __float256 root5 = sqrt(5);
| ^~~~~~~~~~
| __float128
fibo.cpp:12:10: error: ‘root5’ was not declared in this scope
12 | (1/root5)*(pow(((1+root5)/2), iter)-pow(((1-root5)/2),iter))
| ^~~~~