#include<iostream> #include<string> using namespace std; int main() { string str1, str2; getline(cin, str1);// 获取字符串 getline(cin, str2);// ...