Problem sumint
User Yifei1234
Submission Time 2023-02-23 11:04:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:5:8: error: expected ‘}’ at end of input
5 | cin>>d;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^