using System;
public class Program
{
public static void Main()
int a = 12;
string aString = a.ToString();
Console.WriteLine(a);
}