Problem | fibo |
---|---|
User | carson |
Submission Time | 2025-03-12 17:40:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^