Problem fibo_easy
User shenshiqi
Submission Time 2025-08-27 09:14:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fibo_easy.cpp: In function ‘int main()’:
fibo_easy.cpp:12:6: error: ‘i’ was not declared in this scope
12 | if (i != 1) cout << secondNum << endl;
| ^