a = input() b= input() c=input() if a[0]==c[0] and b[0]!=a[0]: print('Yes') else: print(No)