Divide section by yamaya

read a b c
for((i=a*c;i<=b*c;i+=b-a)){
for((j=c;i%j+c%j;--j)){ :;}
s=$[i/j]/$[c/j]
printf ${s%/1}\ 
}

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

download

return to the top page