Divide section by twobit

a,b,c=map(int,raw_input().split())
i=a*c
exec"q=c;j=i\nwhile q:j,q=q,j%q\nprint`i/j`+['/'+`c/j`,''][c==j],;i+=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