2884번 썸네일형 리스트형 C# <2884번: 알림시계>백준문제풀이 using System;namespace ConsoleApp2{ internal class Program { static void Main(string[] args) { string Input = Console.ReadLine(); string[] split_Input = Input.Split(' '); int a = int.Parse(split_Input[0]); int b = int.Parse(split_Input[1]); if (b > 45) { b -= 45; } else if (b 더보기 이전 1 다음