a,b=map(int,input().split()) c=a|b if c==b: print('Yes') else: print('No')