s = input() a = 'yukicoder' i = s.index('?') print(a[i])