m=input().split() x = int(m[0]) * int(m[1]) x = x-int(m[2]) x = x/int(m[1]) print(x)
这个我在本地运行可以成功,怎么到了上面测试点只有一个Re?