using System;
public class Program
{
public static void Main()
Console.WriteLine(DateTime.Today.AddDays(-61).ToString("yyyy-MM-dd HH:mm:ss"));
}