x, y = map(int, input().split()) if x > y: x, y = y, x print((y + 4) % 12)