python/24-6-2-3.py

6 lines
85 B
Python

a=int(input())
b=int(input())
c=int(input())
d=int(input())
print((d-b)+(60*c-60*a))