A,B = map(int, input().split()) A,B = max(A,B),min(A,B) same = A-B not_same = A+B-same for i in range(B): if same