#URI#Problem 1958 f = float(input())if(f>0): print("+",end="")sn= "{:.4E}".format(f)print(sn)
-10000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
-1.0000E+100
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!