Problem fibo
User joshua2152
Submission Time 2023-04-19 14:36:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:6:2: error: ‘x’ was not declared in this scope
6 | x = 0;
| ^
fibo.cpp:7:2: error: ‘y’ was not declared in this scope
7 | y = 1;
| ^
fibo.cpp:8:2: error: ‘c’ was not declared in this scope
8 | c = 0;
| ^