Beispiel #1
0
        public static void Test()
        {
            Solution s = new Solution();

            //Console.WriteLine(s.NumPoints());

            Console.WriteLine(s.MaximumWealth(new int[][] { new int[] { 7, 3 }, new int[] { 3, 5 }, }));
        }