KMP는 왜 KMP일까?
맵과 조인으로 풀었다.
import Foundation let memo = readLine()!.split(separator: "-").map{String($0.first!)}.joined() print(memo)