S = input() A = "yukicoder" s = S.find("?") a = A[s] print(a)