Problem fibo
User MajesticMist
Submission Time 2024-05-20 12:43:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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