using System; class No494{ static void Main(){ var i=(Console.ReadLine()).IndexOf("?"); Console.WriteLine(("yukicoder").Substring(i,1)); } }