본문 바로가기
python-algorithm

백준 24083 短針 (Hour Hand)

by 무적김두칠 2022. 1. 10.

1
2
3
4
start=int(input())+int(input())
while start >12 :
    start-=12
print(start)
cs
반응형

'python-algorithm' 카테고리의 다른 글

백준 14065 Gorivo  (0) 2022.01.10
백준 14173 Square Pasture  (0) 2022.01.10
백준 8674 Tabliczka  (0) 2022.01.09
백준 6810 ISBN  (0) 2022.01.09
백준 3004 체스판 조각  (0) 2022.01.09

댓글