#include <iostream> using namespace std; int main() { string str1; string str2; cin>>str1>>str2; cout<<str1 + str2<<endl; return 0; }
何意为?