n,k = map(int, input().split()) print(k-1 if k <= n else -1)