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