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