
깃 링크 : 바로가기링크 : 바로가기 1차시도public class num_25304{ public static void Main() { int total = Convert.ToInt32(Console.ReadLine()); int max = Convert.ToInt32(Console.ReadLine()); int price_total = 0; for (int i = 0; i 결과- for문을 이용해 입력받은 값을 + 해준 후 값이 동일하면 "Yes" 아니면 "No"출력