ГлавнаяСборникиТурнирыРазделыФорумыУчастникиПечатьПомощьО системе

Разделы > Unsorted > задача:


50385 - From m to n

Гость
• Обсуждение задачи (1)

Задачи раздела

• 50833 - Min of Odd Positions
• 50821 - Derivative of an array
• 50808 - Total Distance Traveled
• 50452 - Multiplication Table
• 50456 - nth Digit of a Number
• 50817 - The Knight Move
• 50463 - Drawing a Triangle
• 50537 - esreveR Triangle
• 50385 - From m to n
• 50966 - TVSH
• 503013 - DNA
• 50970 - Marbles
• 50943 - Word Game
• 50971 - Belote Game
• 50942 - Win or Lose
• 50894 - ASCII Codes
• 50886 - Even or Odd

Обратная связь

Если у вас есть предложения или пожелания по работе Contester, посетите форум сайта www.contester.ru.

Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.
Question by Ibrahim Mesecan. Сложность Альфа

Show numbers from m down to n

Question:
Write a program that shows the numbers from m down to n with the steps of k.

Input specification
You will be given three integer numbers (m, n, k) where 0 ≤ n < m ≤ 30000 and 0 < k ≤ 100.

Output specification
Show the number series separated by spaces.

Sample Input I
  50 26 4
Sample Input II
  28 21 3
Sample Output I
  50 46 42 38 34 30 26   
Sample Output II  
  28 25 22


Для отправки решений необходимо выполнить вход.

www.contester.ru