| Problem | fibo | 
|---|---|
| User | xyz | 
| Submission Time | 2023-11-09 14:18:35 | 
| 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: ‘_float128’ was not declared in this scope; did you mean ‘_Float128’?
    9 |   _float128 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))
      |          ^~~~~