Problem | fibo |
---|---|
User | loyaltypollution |
Submission Time | 2025-09-26 17:25:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fibo.cpp: In function ‘int main()’:
fibo.cpp:7:22: error: expected unqualified-id before numeric constant
7 | long long x, y = 0, 1;
| ^