Problem | fibo |
---|---|
User | Akshar |
Submission Time | 2025-01-23 17:06:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:10:23: error: expected unqualified-id before numeric constant
10 | long long f0 = 0, f1,1
| ^
fibo.cpp:25:12: error: ‘a’ was not declared in this scope
25 | cout << a << endl;
| ^