https://www.acmicpc.net/problem/9316
t=int(input()) for i in range(1,t+1): print("Hello World, Judge %d!"%i)