using System;
public class Program
{
public static void Main()
var hex = 1304045565746447143L;
Console.WriteLine(hex.ToString("x"));
}