Problem fibo
User VNHbest
Submission Time 2024-01-19 23:19:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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