← Back to List

24083번: 短針 (Hour Hand) ↗

Solutions

Python 3
49 B | 49 chars
a=int(input())
b=int(input())
print((a+b-1)%12+1)