N = int(input()) vw = [list(map(int, input().split())) for _ in range(N)] print("No")