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