Factorization corrected by msk

#!ruby -alp
b,c=$F.map(&:to_i)
$_="%d %d"%[b-c=(b+Math.sqrt(b*b-4*c))/2,c]

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

download

return to the top page