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