| Problem | fibo_ex |
|---|---|
| User | chickengoat |
| Submission Time | 2026-04-12 19:50:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo_ex.cpp: In function ‘int main()’:
fibo_ex.cpp:10:18: error: expected ‘;’ before ‘)’ token
10 | for(ll i=3;i<n+1) {
| ^
| ;