Problem sumint
User GWC2724
Submission Time 2023-10-12 21:47:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:12: error: expected ‘;’ before ‘}’ token
9 | cout<<d_i
| ^
| ;
10 | }
| ~