s = input().lower() if s == "englishalphabet": print("No\nif") else: print("Yes" if "yukicoder" in s or "virtualcontest" in s else "No")