幽默

博约8486  •  1个月前


include<bits/stdc++.h>

using namespace std; int main(){

string s1, s2;
cin >> s1 >> s2;
cout << s1 + s2;

}


评论:

请先登录,才能进行评论