#include<iostream>
using namespace std;
int main()
{
    string a,b;
    if((!(cin>>a) && (!(cin>>b))
    {
        cout<<a<<b;
    }
}