#include int main() { char yuki[] = "yukicoder",str[9]; scanf("%s", str); int i = 0; while(str[i] != '?')i++; printf("%c",yuki[i]); return 0; }