Problem fibo
User bluesky2113
Submission Time 2024-08-03 17:07:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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