using System;
public class Program
{
public static void Main()
var converted = long.Parse("4359806000000697016");
Console.WriteLine(converted);
}