Problem fibo
User Avinash
Submission Time 2025-06-19 17:03:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
fibo.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^