s = list(map(str, input().split())) for d in s: if(len(s)%2==0): print("No") exit() print("Yes")