#include<stdio.h>
int a,swap;
int main(){
    scanf("%d %d",&a,&swap);
    int swap=a;
        a=swap;
        printf("%d",a,swap)
}