求助求助,Python0分,不知道为什么,呜呜呜
查看原帖
求助求助,Python0分,不知道为什么,呜呜呜
595980
yghygh123楼主2021/10/27 20:53
a,b,c,d=map(int,input().split())
if b > d:
    e = c - 1 - a
    f = d + 60 - b
    print(e, '\t', f)
else:
    e = c - a
    f = d - b
    print(e, '\t', f)

2021/10/27 20:53
加载中...