level 12
喂wswswsws
楼主
function pdss()
variable a,b,c
for variable idx0 = 3 to 100 step 1
a=idx0
for variable idx1 = a-1 to 2 step -1
b=idx1
if (mod(a,b)!=0)
print(+a+"\n")
break
endif
next
next
endf
判断的那里不会。
@woshiwppaa
2016年02月10日 01点02分
1
variable a,b,c
for variable idx0 = 3 to 100 step 1
a=idx0
for variable idx1 = a-1 to 2 step -1
b=idx1
if (mod(a,b)!=0)
print(+a+"\n")
break
endif
next
next
endf
判断的那里不会。
@woshiwppaa

