# if a%2 == 0:# print("even")# else :# print("odd")# a,b = input().split()# a = int(a)# b = int(b)# if b>a :# print(b-a)# else :# print(a-b)