S = str(input()) a = S.index('?') b = 'yukicoder' print(b[a])