#include using namespace std; int main() { cout << "Mondat: "; string str; getline(cin, str); cout << str << endl; return 0; }