x, y = map(int,input().split()) print((x+2*(y-x)) % 12)