Divide section by leonid

a,b,c=map(int,raw_input().split())
f=a*c
exec"d=f\nwhile f%d+c%d:d-=1\nprint`f/d`+('/'+`c/d`)*(c>d),;f+=b-a;"*-~c

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

download

return to the top page