#include #include using namespace std; int main() { string str="yukicoder", s; cin >> s; printf("%c\n", str[s.find("?")]); return 0; }