Problem fibo
User carson
Submission Time 2025-03-12 17:39:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:7:2: error: ‘a’ was not declared in this scope
7 | a = 0;
| ^
fibo.cpp:8:2: error: ‘b’ was not declared in this scope
8 | b = 1;
| ^
fibo.cpp:12:3: error: ‘c’ was not declared in this scope
12 | c =b;
| ^
fibo.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
fibo.cpp:4:1: note: to match this ‘{’
4 | {
| ^