T = int(input()) for _ in range(T): X, M = map(int, input().split()) print("Hello World")