| Problem | fibo |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-05-01 12:32:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp:18:22: error: stray ‘\’ in program
18 | cout << c << \n;
| ^
fibo.cpp: In function ‘int main()’:
fibo.cpp:18:23: error: ‘n’ was not declared in this scope
18 | cout << c << \n;
| ^
fibo.cpp:19:6: error: expected ‘;’ before ‘b’
19 | a=b
| ^
| ;
20 | b=c
| ~