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

201811050084 at 2018-10-03 16:13:00