Problem fibo
User Haocheng
Submission Time 2024-11-15 09:20:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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