using System;
public class Program
{
public static void Main()
Console.WriteLine(new DateTime(2022, 03, 31).Ticks.ToString());
}