using System;
public class Program
{
public static void Main()
// input "How Are You"
//Output " You Are How"
}