#!/usr/bin/python2 # -*- coding: utf-8 -*- # † s = raw_input() t = 'yukicoder' for a, b in zip(s, t): if a == '?': print b