我提交全RE,可是我在自己的Sublime Text上运行对的,怎么办???
t = float(input()) n = int(input()) print(round(t / n,3)) print(n * 2)