Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:7:30: error: expected ‘;’ before ‘long’ 7 | if (!(cin >> d)) return 0 | ^ | ; 8 | 9 | long long total_sum = 0; | ~~~~