Problem | fibo |
---|---|
User | gordonlu |
Submission Time | 2023-09-08 20:14:15 |
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: ‘num1’ was not declared in this scope
7 | num1 = 0;
| ^~~~
fibo.cpp:8:2: error: ‘num2’ was not declared in this scope
8 | num2 = 1;
| ^~~~