Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:15:16: error: expected ‘;’ before ‘cout’ 15 | while (i < d) | ^ | ; 16 | 17 | cout << s; | ~~~~