Run ID:99304

提交时间:2024-11-24 20:30:43

a=1 for i in range(1,101): if i%3==0: print(i%10) else: continue