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