Run ID:88225
提交时间:2024-08-18 17:33:43
#include <iostream> using namespace std; int main() { string a,b; cin>>a>>b; cout<<a<<b<<endl; }