#include <iostream> using namespace std; int main() { int N; cin>>N; for(int x=1; x<=N; x++)cout<<"Hello World, Judge "<<x<<"!"<<endl; }