calculation of decimal by hide24

#!ruby -nrbigdecimal
puts (BigDecimal($_)+BigDecimal(split[-1])).to_s"F"

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

download

return to the top page