for i in range(int(input())): s = input() if s == "yonsei": print("Yonsei Won!") break if s == "korea": print("Yonsei Lost...") break