| Problem | fibo |
|---|---|
| User | MatttNguyen |
| Submission Time | 2025-03-18 18:37:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:19:13: error: ‘b’ was not declared in this scope
19 | int a = 0; b = 1;
| ^