x = int(input())
y = int(input())
for i in range(x, y+1):
    print("%d " % i, end=" ")



1 条评论

  • 1