Problem sumint
User Esan
Submission Time 2024-06-18 11:30:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:8: error: expected ‘;’ before ‘int’
6 | cin>>d
| ^
| ;
7 | int sum=0:
| ~~~
sumint.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for (int I=0; i<d; ++i){
| ^
sumint.cpp:13:8: error: ‘sum’ was not declared in this scope
13 | cout<<sum;
| ^~~