N = int(input()) A = [list(map(int, input().split())) for _ in range(N)] if N >= 4: print("No") else: x = 1 / 0