提交时间:2025-07-05 16:09:00

运行 ID: 328134

n,m=map(int,input().split()) #97:'a' 65:'A' for i in range(n,m+1): print(chr(96+i))