| Problem | fibo |
|---|---|
| User | xyz |
| Submission Time | 2023-11-09 14:31:53 |
| 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: ‘__double128’ was not declared in this scope
9 | __double128 root5 = sqrt(5);
| ^~~~~~~~~~~
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))
| ^~~~~