n = int(input()) for _ in range(n): a, b = map(int, input().split()) # Always output "Yes" print("Yes")