I have a code with getline(cin, s);:
getline(cin, s);
string ReadLine() { string s; getline(cin, s); cout << "here "<