SQR by kaki

#!ruby -na
x,y=$F.map &:to_i;r=x*y;r+=x*y-=1while 0<y*x-=1;p r

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

download

return to the top page