using System;
public class Program
{
public static void Main()
int intY = 5;
Console.WriteLine(intY);
}