python3求助(30分)
查看原帖
python3求助(30分)
893114
denghuolanshan_1004楼主2022/12/27 11:55
import math
a,b=map(int,input().split())
c=math.floor(a/b)
c+=1
d=(c//60)+1
e=8-d
f=(d-1)*60
g=c-f
i=50-g
print("0"+str(e)+":"+str(i))
2022/12/27 11:55
加载中...