Problem fibo
User CoderBC
Submission Time 2025-02-21 16:58:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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