Divide section by pooq

input""s,e,p
for i=0to p
a=(e-s)*i+s*p
c=a
d=p
while(d)t=mod(c,d)
c=d
d=t
wend
?a/c;
if p>c?"/",p/c;
next

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page