import sys i=input() x="yukicoder" in i.lower() or "virtualcontest" in i.lower() y="\x77\x72\x69\x74\x65" m=getattr(sys.stdout, y) x and m("Yes\n") not x and m("No\n")