#1743: ans


1551753-5@g.puiching.edu.mo (呂政恆S1E11)

School : Pui Ching Middle School
ID : 3160
IP address : [192.168.120.33]
Last Login :
2025-01-14 09:16:55
a080. a與b之間全部整數 | From: [192.168.120.33] | Post Date : 2024-12-18 12:03

x,y= input().split()

x = int(x)

y = int(y)

list1 =" "

while x <= y:

    x = str(x)

    list1 = list1 + x  + " "

    x = int(x)

    x += 1

print(list1)

 
ZeroJudge Forum