Problem fibo
User adammmamammamamamaamamam
Submission Time 2023-04-17 16:06:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:7:8: error: expected initializer before ‘^’ token
7 | int j^2;
| ^
fibo.cpp:8:7: error: ‘j’ was not declared in this scope
8 | for (j=0;j < N; j++)
| ^
fibo.cpp:8:21: error: expected statement at end of input
8 | for (j=0;j < N; j++)
| ^
fibo.cpp:8:21: error: expected ‘}’ at end of input
fibo.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^