using System;
public class Program
{
public static void Main()
Console.WriteLine(new DateOnly(2022, 4, 19).AddDays(-28).ToLongDateString());
}