# 백준 #24883 (자동완성) # if-elif , OR 연산자 user_input = input() if user_input == "N" or user_input == "n" : print("Naver D2") else : print("Naver Whale")