Divide section by nn

(a,b,c)="$System.in".split()*.toLong()
n=a*c*1g;0.upto(c){g=n.gcd(c);print n/g+0+(c-g?"/${c/g} ":" ");n+=b-a}

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

download

return to the top page