S = input() y = 'yukicoder' for i, value in S: if value != y[i]: print(y[i])