예제 #1
0
 public static void Test_RotateSum()
 {
     int[] nums = { 4, 3, 2, 6 };
     Console.WriteLine(RotateFunction.MaxRotateFunction(nums));
 }