Problem fibo
User Joashhh
Submission Time 2023-06-22 20:04:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:3:7: error: ‘boost’ has not been declared
3 | using boost::multiprecision::cpp_int;
| ^~~~~
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: ‘cpp_int’ was not declared in this scope; did you mean ‘u_int’?
7 | cpp_int arr[a+1];
| ^~~~~~~
| u_int
fibo.cpp:14:3: error: ‘arr’ was not declared in this scope
14 | arr[0] = 0;
| ^~~