博约8486 • 1个月前
using namespace std; int main(){
string s1, s2; cin >> s1 >> s2; cout << s1 + s2;
}
评论:
请先登录,才能进行评论