public class Hellows2 {
public static void main(String[] args) {
try {
int j = Integer.parseInt(args[0]);
for (int i = 0; i < j; i++) {
System.out.println("Hello World! + n");
}
} catch (ArrrayIndexOutOfBoundsException) {
System.out.println("suu");
}
}
}