Algorithm/Baekjoon Online Judge
10998번 'A * B'
할루루
2018. 2. 23. 09:58
1 | print((readLine()?.split(separator: " ").map{Int($0)!}.reduce(1){$0 * $1})!) | cs |