a=input()
if a=="사과":
    print("컴순이가 좋아해요!")
else:
	if a=="바나나":
 		print("컴순이가 좋아해요!")
	else:
   	 print("다른 걸 사볼까?")