// editor3
#include<stdio.h>
#include<stdlib.h>
int main(){
    int a,b;
    scanf("%s",&a,&b);
    printf("%d",a,b);
    return 0;
}