Problem fibo
User xyz
Submission Time 2023-11-09 14:20:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘std::vector<int> fib()’:
fibo.cpp:9:3: error: ‘_Float80’ was not declared in this scope; did you mean ‘_Float64’?
9 | _Float80 root5 = sqrt(5);
| ^~~~~~~~
| _Float64
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))
| ^~~~~