using System;
public class Program
{
public static void Main()
Console.WriteLine("Angka Bunsin [Dede Hermawan]");
Console.WriteLine("Input :");
int input = Convert.ToInt32(Console.ReadLine());
int awal =220;
if (input<=10){
for (int a=0; a < input;a++ ){
int jumawal = 0;
}
} else {
Console.WriteLine("max 10");
//for (int n =0; n < input; n++){
//}