Run ID:95144

提交时间:2024-10-27 08:40:32

for x in range(1,101): if x%3==0: print(x,end=" ") else: break