0_0_39725296_14259.cpp: In function 'int main()':
0_0_39725296_14259.cpp:10:21: error: 'i' was not declared in this scope
10 | for(i = m; i<=n; i++)
| ^
0_0_39725296_14259.cpp:20:33: error: 'sum' was not declared in this scope
20 | if(i == sum)
| ^~~
|