using System;
public class Program
{
public static void Main()
Console.WriteLine(new byte[0].ToString());
}