Problem fibo
User Fibohyan
Submission Time 2023-08-25 13:44:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:32:5: error: expected ‘}’ at end of input
32 | }
| ^
fibo.cpp:8:14: note: to match this ‘{’
8 | signed main(){ //main function: code begins running in here
| ^