Problem reciprocals
User Mpyl
Submission Time 2025-02-08 22:08:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reciprocals.cpp: In function ‘int main()’:
reciprocals.cpp:8:21: error: ‘i’ was not declared in this scope
8 | for (int j = 0; i < N-M+1; i++){
| ^