input_arr = input() eor = set("yukicoder").symmetric_difference(input_arr) diff = eor - set("?") print(diff.pop())