| Problem | fibo |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-01-26 15:53:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:10:5: error: expected ‘(’ before ‘n’
10 | if n = 1{
| ^
| (
fibo.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | }else if{
| ^~~~
fibo.cpp:12:10: error: expected ‘(’ before ‘{’ token
12 | }else if{
| ^
| (
fibo.cpp:15:3: error: ‘else’ without a previous ‘if’
15 | }else{
| ^~~~