|
Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Prepared by Ibrahim Mesecan.
Сложность Бета
Write a program to print numbers that are divisible by 5, for the integers from 1 to n
Input specification
You will be given one integer (n) which is greater than 5 and is less than or equal to 1000.
5 < n ≤ 1000
Output specification
The numbers will be space separated.
Sample Input I
67
Sample Output I
5 10 15 20 25 30 35 40 45 50 55 60 65
Sample Input II
130
Sample Output II
5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130
Для отправки решений необходимо выполнить вход.
|