Run ID:99365

提交时间:2024-11-26 19:23:41

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