发布网友
共1个回答
热心网友
dim i, s as integer
for i=5 to 100
if i mod 5=0 or i mod 7=0 then
s=s+i
endif
next
print s