S = str(input()) ans = 'yukicoder' n = S.find('?') print(ans[n:n+1])