using System;
public class Program {
public static void Main(string[] args) {
var x;
int y = 10;
x = y;
Console.WriteLine (x);
}