Run ID:129214

提交时间:2025-08-22 19:56:28

for num in range(1,101): if num%3 == 0: print(num)