Problem sumint
User evan
Submission Time 2025-06-16 14:49:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i = 0; i < d; i++) {
| ^
sumint.cpp:9:10: error: ‘e’ was not declared in this scope
9 | cin >> e;
| ^