for i in range(15): s = input() if "w" in s: print("chunbae") break if "b" in s: print("nabi") break if "g" in s: print("yeongcheol") break