s=input() n=len(s) s2=list(s.split()) if len(s2)==-(n//-2): print("Yes") else: print("No")