s = input() if (s == '爱'): print("b0 ae\ne7 88 b1") elif (s == '狗'): print("b9 b7\ne7 8b 97") elif (s == '嬷'): print("e6 d6\ne5 ac b7") # 我没有词典文件,先这样吧 #code by Luthics