Baca seluruh baris dari input

string s;//possibly containing spaces
getline(cin, s);
BreadCode