Problem sumint
User EuniceLoh
Submission Time 2024-11-07 10:40:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:24: error: expected ‘;’ before ‘)’ token
9 | for (int i=0; i<d, i++) {
| ^
| ;
sumint.cpp:16:10: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~