string = input()
n = int(input())

# 直接切片即可
print(string[0:n])