s = input() k = ["y","u","k","i","c","o","d","e","r"] for i in range(9): if s[i] == "?": print(k[i]) break