Owl Get a Life
slimes.cpp: In function ‘int main()’:slimes.cpp:5:15: error: expected ‘;’ before ‘cin’ 5 | string s;5 | ^ | ; 6 | cin >> s; | ~~~