using System;
public class Program
{
public static void Main()
var time = TimeSpan.FromMinutes(10 *2 /5);
Console.WriteLine(time);
}