using System; class No543{ static void Main(string[] args){ string[] s=(Console.ReadLine()).Split(' '); Console.WriteLine($"{s[1]} {s[0]}"); } }