using System;
public class Program
{
public static void Main()
int a;
Console.WriteLine("Escribe un numero");
a = int.Parse(Console.ReadLine());
}