# 切片:左闭右开
str1=input()
num=int(input())
print(str1[:num])