Run ID:128163

提交时间:2025-08-05 04:45:23

s = 0 for i in range(1,101): if i%3 == 0: s = s+1 print(s)