# -*- coding: utf-8 -*- s = list(input()) c = "yukicoder" print(c[s.index("?")])