Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Prepared by : Ibrahim Mesecan. 
  
 
Hello World!
Question:  
Write a program that prints n times "Hello World!",
where n is between 1 and 3.
  
Input specification   
You will be given an integer (n) where n is between 1 and 3.
 
Output specification   
Show n lines of "Hello World!".   
  
 
|  Sample Input I    | 
 Sample Output I    | 
 
 2  
 | 
 Hello World!  
 Hello World!  
 | 
 
 
 
Для отправки решений необходимо выполнить вход.
  
 |