import sys i=input() x="yukicoder" in i.lower() or "virtualcontest" in i.lower() x and sys.stdout.write("Yes\n") not x and sys.stdout.write("No\n")