Problem sumint
User neoaix
Submission Time 2026-06-22 16:27:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:5: error: expected ‘,’ or ‘;’ before ‘for’
7 | for (int i = 0; i < d; i++){
| ^~~
sumint.cpp:7:21: error: ‘i’ was not declared in this scope
7 | for (int i = 0; i < d; i++){
| ^