12
7.2
a=①(input()) if (②): total=③ else: total=④ #以下代码是判断是否整数,并输出,不必修改 b=int(total) if(total-b<=0.001): print(b) else: print("%.1f" % total)