using System;
public class Program
{
public static void Main()
Console.WriteLine(new TimeSpan(0, 120, 0));
}