Problem fibo
User Avinash
Submission Time 2025-06-19 16:59:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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