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