# coding: utf-8 a = input() p = a.find('?') y = 'yukicoder' print(y[p])