Problem fibo
User Casper
Submission Time 2023-01-12 21:44:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:9:11: error: ‘a’ was not declared in this scope
9 | cout << a << '\n' << b;
| ^
fibo.cpp:9:24: error: ‘b’ was not declared in this scope
9 | cout << a << '\n' << b;
| ^