Run ID:121911
提交时间:2025-06-11 21:08:57
m = int(input()) n = int(input()) for i in range(m,n+1): if i % 13 == 0: print(i)