Problem fibo
User chickengoat
Submission Time 2025-01-25 20:55:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo.cpp: In function ‘int main()’:
fibo.cpp:13:26: error: ‘i’ was not declared in this scope
13 | for(long long x=0; x<=n;i++) {
| ^