-
코드 let input = readLine()?.split(separator: " ") let array = ["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"] let month = Int(input?.first ?? "0")! var day = Int(input?.last ?? "0")! for i in 1..