-Code
t1, t2 = map(int, input().split())
t3 = int(input())
t4, t5 = map(int, input().split())
br = int(input())
t6 = int(input())
res = t1 * 60 + t2 - (t3 + t4 * 60 + t5 + (br + 1) * t6 + 10)
print(f"{res // 60:02} {res % 60:02}")
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 17924번 Cooking Water (0) | 2024.04.09 |
---|---|
[백준/파이썬] 25246번 Brexiting and Brentering (0) | 2024.04.08 |
[백준/파이썬] 31243번 ВРЕМЕ (1) | 2024.04.06 |
[백준/파이썬] 31746번 SciComLove (2024) (0) | 2024.04.05 |
[백준/파이썬] 27621번 Sum of Three Cubes (0) | 2024.04.04 |