using System;
public class Program
{
public static void Main()
Console.WriteLine("Hell :)");
Console.WriteLine("choose the number 100-999");
int num ;
num= Convert.ToInt32(Console.ReadLine());
int meot = num /100;
int asarot = (num -meot * 100)/ 10 ;
int exidot = num % 10;
for (int y = 0; y < 30; ++y)
for ( int x =0 ; x < 30; ++ x)
Console.WriteLine(meot);
}
//Console.WriteLine( "you want try again? yes\no ");
//int choise ;
//choise = Convert.ToInt32(Console.ReadLine());