알고리즘/백준 알고리즘

123456789101112131415161718192021222324252627282930313233# 백준 2884# ===================================# 실패한 풀이UserInput = input() if len(UserInput) == 1: print("%d 15" %(int(UserInput)-1)) else: h, m = UserInput.split() H, M = (int(h), int(m)) WakeTime = () if 0
sovelop
'알고리즘/백준 알고리즘' 카테고리의 글 목록 (2 Page)