str1 = input()
n = int(input())

str1list = list(str1)
str1list = str1list[:n]
print(''.join(str1list))  # str(lsit)输出的是带括号的,相当于打印