← Back to List
26307번: Correct ↗
Solutions
Python 3
57 B | 57 chars
h, m = map(int, input().split()) print(h * 60 + m - 540)