a=float(input()) print(""" {0} {0:.5f} {0:e} {0:g}""".format(a))
在pycharm里面跑的好好的为什么在评测机里全部wa说too short on line1