S = input() x = ["y","u","k","i","c","o","d","e","r"] position = S.index("?") print(x[position])