Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:6:9: error: expected ‘;’ before ‘cin’ 6 | sum = 0 | ^ | ; 7 | cin>>d>>sum; | ~~~