这个可以用直接口算出来的,5*7=3535*3为最小的一个,1000/35=28所以数字是35*3至35*27的数字
for i=100 to 1000if i mod 5=0 or i mod 7=0 then print inext