import strutils let read = iterator: string {.closure.} = while true: for s in stdin.readLine.split: yield s proc main() = let n, k = read().parseInt s = read() echo s[(k - 1)..