728x90
반응형
SMALL
sleep = int(input())
wake = int(input())
if sleep > wake:
print(24 - sleep + wake)
else:
print(wake - sleep)
728x90
반응형
LIST
'백준문제 > 브론즈 5' 카테고리의 다른 글
백준) 30030번 - python (0) | 2024.03.09 |
---|---|
백준) 30007번 - python (0) | 2024.03.08 |
백준) 29699번 - python (0) | 2024.03.06 |
백준) 28938번 - python (0) | 2024.03.05 |
백준) 29163번 - python (0) | 2024.03.04 |