Problem fibo
User itsjiaqi
Submission Time 2025-02-15 14:07:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:15:3: error: expected primary-expression before ‘)’ token
15 | })
| ^
fibo.cpp:17:16: error: ‘i’ was not declared in this scope
17 | for(ll i = 0; i < n; i++) {
| ^
fibo.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
fibo.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^