HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Volumes > Repetition (Loops) > problem:


001. 50385 - From m to n

Guest
• Discussion of problem (1)

Volume problems

• 50832 - Rock Paper Scissors Lizard ...
• 51078 - Max trade
• 51077 - Grades Histogram
• 51046 - The biggest number
• 50867 - Average of the Best Grades
• Reflektimi i pikes
• 50994 - The Most Crowded Station
• 51194 - The difference between max...
• 001. 50385 - From m to n
• 002. 50365 - Sum of the numbers f...
• 002. 50452 - Multiplication Table
• 002. 50554 - nth power of m
• 003. 50387 - Passengers in the Train
• 003. 50358 - Series of Odd Numbers
• 004. 50424 - Area
• 004. 50522 - Multiplication Table - 2
• 005. 50297 - Divisible By Five

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan. Difficulty Alpha

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