Run ID:121912

提交时间:2025-06-11 21:09:31

a = 0 m = int(input()) n = int(input()) for i in range(m,n+1): if i % 13 == 0: a+=i print(a)