using System;
public class Program
{
public static void Main()
int hex = 0x254;
//hex=596
Console.WriteLine(hex);
}