a,b=input().split() print('Yes' if abs(ord(a)-ord(b))==1 else 'No')