#include <iostream> using namespace std; int main() { string a,b; while(cin>>a>>b){ cout<<a<<b<<endl; } } // 64 位输出请用 printf("%lld") 直接输出就行