#include using namespace std; int main(){ string str1, str2; getline(cin, str1); // aaa getline(cin, str2); // bbb cout << str1 <<