public static void Main()
Console.WriteLine("Въведи брой почивни дни от 0 до 365");
var daysoff = int.Parse(Console.ReadLine());
var workdays = 365 - daysoff;
var play = (workdays*63 + daysoff*127);
var time = Math.Abs (30000 - play);
Console.WriteLine("Tom will run away");
Console.WriteLine("{0} hours and {1} minutes more for play.", hours, minutes);
Console.WriteLine("Tom sleeps well.");
Console.WriteLine("{0} hours and {1} minutes more for play.", hours, minutes);