Problem fibo
User om2024
Submission Time 2024-07-04 15:50:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:6:13: error: ‘b’ was not declared in this scope
6 | int a = 0; b = 1; c;
| ^
fibo.cpp:6:20: error: ‘c’ was not declared in this scope
6 | int a = 0; b = 1; c;
| ^