Example #1
0
 static void Main(string[] args)
 {
     SkipRope x = new SkipRope();
     int[] a = { 119, 139, 152, 139, 133, 152, 98, 174, 81, 150, 128, 103, 78, 131, 111, 160, 114, 137, 114, 101, 87, 84, 94, 165, 87 };
     Console.WriteLine(x.partners(a,175));
     Console.ReadLine();
 }
Example #2
0
        static void Main(string[] args)
        {
            SkipRope x = new SkipRope();

            int[] a = { 119, 139, 152, 139, 133, 152, 98, 174, 81, 150, 128, 103, 78, 131, 111, 160, 114, 137, 114, 101, 87, 84, 94, 165, 87 };
            Console.WriteLine(x.partners(a, 175));
            Console.ReadLine();
        }