#!/usr/bin/env python import re S=raw_input().strip() correct='yukicoder' order=re.search(r'\?',S).start() print correct[order]