X, Y = map(int, input().split()) ans = Y + (Y - X) % 12 print(ans % 12)