| Problem | fibo |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-11 11:44:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:16:28: error: expected ‘;’ before ‘cout’
16 | sum += (num + numt)
| ^
| ;
17 | cout << sum;
| ~~~~