| 
 
 
 | Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan.
 
 
 
Write a program with a function that produces m random numbers between -n and +n. 
m and n are taken from the user. For example if n is 10 and m is 6 than the program might produce something like: Input specification
 -2, 5, 10, 1, -10, 4, There will be two numbers (m and n) in the input where
0 ≤ m ≤ 10.000 and 1 ≤ n ≤ 1000.
 Output specification
 Show m random numbers which are between -n and +n.
 
  
| Input  b>
 td> | Output 1 b>
 td>  tr> 
| 3 5 td>
 | 4 2 -3 td>  tr>
 |  |  Для отправки решений необходимо выполнить вход.
 
 
 |