a,b = map(int,input().split()) if a > b : n = a else: n = b p = n + 4 if p >= 12: p -= 12 print(p)