BOJ알고리즘 썸네일형 리스트형 BOJ 2577 with Swift BOJ 2577 with Swift https://www.acmicpc.net/problem/2577 import Foundation struct Q2577 { static func input() -> String { if let a = Int(readLine()!) , let b = Int(readLine()!) , let c = Int(readLine()!) { return String(a * b * c) } return "" } static func main() { var count = "" let number = input() // countZero count += "\(self.matchZero(number))" // matchNumber for i in 1.. Int { var count = .. 더보기 이전 1 2 다음