SQR by leonid

#!ruby -na
x,y=$F.map(&:to_i).sort
p~x*x*(x-y)/2-x*~x*x.id/6

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

download

return to the top page