Problem fibo
User Kjj511
Submission Time 2023-06-20 15:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:24:21: error: expected ‘;’ before ‘}’ token
24 | cout << f3 << '\n'
| ^
| ;
25 | }
| ~