Problem | fibo |
---|---|
User | SubtleNotice |
Submission Time | 2025-09-30 20:28:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:13:12: error: expected ‘;’ before ‘}’ token
13 | cout << 1
| ^
| ;
14 | }else{
| ~