Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:7:14: error: expected ‘;’ before ‘while’ 7 | cin.ignore() | ^ | ; 8 | while (count > 0) { | ~~~~~