import std.algorithm, std.conv, std.range, std.stdio, std.string; void main() { auto c = readln.chomp; writeln("yukicoder"[c.indexOf('?')]); }