using System;
public class Program
{
public static void Main()
//2عدد را از کاربر بگیره و جای انها را عوض کند
int a= Convert.ToInt32 (Consol.ReadLine());
int b= Convert.ToInt32 (Consol.ReadLine());
int(Temp);
Temp=a;
a=b;
b=Temp;
Console.WriteLine({0},{1},a,b);
}