using System;
public class Program
{
public static void Main()
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine("hamid");
}