| Problem | fibo |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-11 14:13:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int32_t main()’:
fibo.cpp:9:2: error: ‘itn’ was not declared in this scope; did you mean ‘int’?
9 | itn n;
| ^~~
| int
fibo.cpp:10:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n;
| ^
| yn