using System;
public class Program
{
public static void Main( string [ ] args)
int a = 8;
int b = 2;
Console.WriteLine(a);
Console.Readkey( );
}