n, m = map(int, input().split()) alst = list(map(int, input().split())) print(*alst[:m])