Bankers rounding by Ioriveur

while 1:
\x09s=input()+0.5
\x09if (s==int(s))*s%2:s=s-1
\x09print int(s)

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

download

return to the top page