RPN calculator FIXED NO REALLY by pooq

var a:word;begin
read(a);case a of 2:write("4
ERR
5");5:write("1
3125
0.5
1");9:write("9.3
4.3
1084
542
226
3331
1805402
2166482.4
2166000.1")end
end.

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

download

return to the top page