예제 #1
0
        public int SecondStar_DemoCases(string c1, string c2)
        {
            Day3 day3_solution = new Day3();

            return(day3_solution.FewestCombinedSteps(c1, c2));
        }