| Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan. 
Сложность Альфа
 
 
 Multiplication Table  Question:  Get a number and
then show the multiplication table from 1 to 10 for the 
given number.
 Input specification  You will be given a number (num) which is between 1 and 10.
 Output specification  Show the multiplication table from 1 to 10. Show one number in
every line
 
| Sample Input I 
 
  6 
 | Sample Input II 
 
  3 
 |  
| Sample Output I 
 
  6 12
 18
 24
 30
 36
 42
 48
 54
 60
 
 | Sample Output II 
 
  3 6
 9
 12
 15
 18
 21
 24
 27
 30
 
 |  Для отправки решений необходимо выполнить вход.
 
 
 |