Problem | fibo |
---|---|
User | ShaquilleOatmeal34 |
Submission Time | 2025-03-07 15:32:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:15:10: error: ‘a’ was not declared in this scope
15 | cout << a << "\n";
| ^
fibo.cpp:22:3: error: expected ‘,’ or ‘;’ before ‘cout’
22 | cout << skinny << "\n";
| ^~~~