Пример #1
0
 static void Main(string[] args)
 {
     WidgetRepairs s = new WidgetRepairs();
     int[] a = { 0, 0, 0 };
     Console.WriteLine(s.days(a, 10));
     Console.ReadLine();
 }
Пример #2
0
        static void Main(string[] args)
        {
            WidgetRepairs s = new WidgetRepairs();

            int[] a = { 0, 0, 0 };
            Console.WriteLine(s.days(a, 10));
            Console.ReadLine();
        }