#include<stdio.h>
int main(){
    int a,b,c,d,e,f,g,h;
    scanf("%d",&a,&b);
    printf("%d",a);
    printf("%d",b);
    return 0;
}