반응형
문제 정보
제출 코드
h,s = map(int,input().split())
if(s<45):
if(h==0):
h = 23
else:
h = h-1
s = 60 - (45-s)
else:
s = s - 45
print(h,s)
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 10950번 Python (0) | 2021.10.03 |
---|---|
[백준 알고리즘] 2739번 Python (0) | 2021.10.03 |
[백준 알고리즘] 14681번 Python (0) | 2021.10.03 |
[백준 알고리즘] 2753번 Python (0) | 2021.10.03 |
[백준 알고리즘] 9498번 Python (0) | 2021.10.03 |
댓글