Problem fibo
User TheBurnedPipis
Submission Time 2024-11-14 15:15:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp:1:9: error: ISO C++ forbids declaration of ‘int32_t’ with no type [-fpermissive]
1 | int32_t(){
| ^
fibo.cpp: In function ‘int int32_t()’:
fibo.cpp:2:17: error: a function-definition is not allowed here before ‘{’ token
2 | int fibo(int n){
| ^