x= int(input())
y= int(input())
for i in range(5,13):print(i)

後は自分で考えて