import Foundation let n = readLine()!.split(separator: " ").map{Int($0)!} var S = String(readLine()!) let (N,K) = (n[0],n[1]) for i in 0..