| Problem | fibo | 
|---|---|
| User | xyz | 
| Submission Time | 2023-11-09 14:24:52 | 
| 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:23: error: expected initializer before ‘root5’
    9 |   unsigned __float128 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))
      |          ^~~~~