格式上哪里错了呀,pycharm上可以运行
a,b=map(float,input().split(' ')) c="{:.3f}".format(a/b) print(c.strip()) print((b*2))