Problem sumint
User luoxindi09
Submission Time 2023-02-17 16:29:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:8:7: error: ‘i’ was not declared in this scope
8 | for (i=0, i<d; i++) {
| ^
sumint.cpp:8:20: error: expected ‘;’ before ‘)’ token
8 | for (i=0, i<d; i++) {
| ^
| ;