using System;
public class Program
{
public static void Main()
int x = 1;
Console.WriteLine("The answer is : " + x++++ );
}