Problem fibo
User dayeetmaster
Submission Time 2024-03-01 14:54:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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