깃 링크 : 바로가기링크 : 바로가기 1차시도using System.Text;public class num_2438{ public static void Main() { int max = Convert.ToInt32(Console.ReadLine()); StringBuilder result = new StringBuilder(); for (int i = 0; i 결과- 이중 for문을 이용해서 i횟수만큼 "*"을 추가하고 두번째 for문을 빠져나올때 "\n"로 줄바꿈 후 출력