x, y = map(int, input().split()) if (x - 4) % 11 == y: print((y - 4) % 11) else: print((x - 4) % 11)