Problem sumint
User audreytan
Submission Time 2026-04-10 17:24:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:1: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (i; i<d; i++){
| ^~~
sumint.cpp:8:17: error: expected ‘;’ before ‘)’ token
8 | for (i; i<d; i++){
| ^
| ;