const x = "yukicoder" let s = readLine stdin for i, v in x: if s[i] == v: continue echo v