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