using System;
public class Program
{
public static void Main()
int t = 1000;
Console.WriteLine(((byte)t));
}