using System;
public class Program
{
public static void Main()
string ans;
Console.WriteLine("Hello how are u");
ans = Console.ReadLine();
}