using System;
public class Program
{
public static void Main()
//Regina Muñoz Martínez 2B
int number;
Console.WriteLine("Hellos! please write a nuber and I'll tell you the TIMES TABLE from 1-10 of that number");
x = int.Parse(Console.ReadLine());
if( x% 2== 0)
for (int i= 1; i <=10; i++)
Console.WriteLine(x+i);
}
else (int i= 1; i <=5; i++)