깃 링크 : 바로가기링크 : 바로가기 1차시도using System.Text;public class num_11021{ public static void Main() { int max = Convert.ToInt32(Console.ReadLine()); StringBuilder result = new StringBuilder(); for (int i = 0; i 결과- AppendFormat을 이용해서 Case #{0}: {1}처리하여 for문으로 출력