| Problem | fibo |
|---|---|
| User | notachicken |
| Submission Time | 2026-04-13 16:01:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:8:5: error: expected ‘,’ or ‘;’ before ‘long’
8 | long long a = 0;
| ^~~~
fibo.cpp:10:13: error: ‘a’ was not declared in this scope
10 | cout << a << endl;
| ^