using System;
public class Program
{
public static void Main()
byte a = Convert.ToByte("\n", 16);
Console.WriteLine(a);
}