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