using System;
public class Program
{
public static void Main()
Console.WriteLine(new DateTime(2014, 8, 31).AddDays(74).ToShortDateString());
}