Python3求助
查看原帖
Python3求助
746586
XRC111楼主2022/7/12 16:19

源代码:

m,t,s = (map(int,input().split()))
y = s/t
print(m-y)
2022/7/12 16:19
加载中...