Divide section by nn

main(a,b,c,n,g){scanf("%d%d%d",&a,&b,&c);for(n=a*c;b*c/n;printf("%d/%d "+g/c*3,n/g,c/g),n+=b-a)for(g=c;n%g+c%g;g--);}

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

download

return to the top page