HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > CEN111 Homeworks 2013-2015 > problem:


50389 - Reverse an Array

CEN111 Homeworks 2013-2015

Start: Jan.10.2015 at 10:00:00 AM
Finish: Jan.10.2015 at 03:00:00 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (1)

Contest problems

• 50389 - Reverse an Array
• 50392 - How much space
• 50378 - Sum of the given digits
• 13-Fall2-10. 50379 - a^b modulus k
• 13-Fall2-20. 50399 - Mobile Base Sta...
• 13-Fall2-40. 50401 - Sum of Odd N...
• 13-Fall2-50. 50400 - nth Row rth El...
• 14-Fall1-10. 50532 - Close City
• 14-Fall1-30. 50500 - Find Student

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.
Prepared by Ibrahim Mesecan.

Reverse an Array

Question:
You will be given n numbers. Reverse the elements in the positions a through b.

Input specification
In the first line, you will be given three numbers (n, a and b). Then, in the following line, you will be given comma-separated n integers which are between -10000 and 10000 where n is between 1 and 10000 and 1 ≤ a ≤ b ≤ n.
Note: Assume that the number positions are from 1 to n.

Output specification
After reversing the numbers in the positions a through b, show all the numbers (show numbers by separating spaces).

Sample Input I   
  8 6 7
  -2, 3, 3, 6, 5, 3, 9, -7,
Sample Input II   
  10 3 5
  5, -7, 3, 4, 5, 6, 7, -8, 2, 9,
Sample Output I   
  -2 3 3 6 5 9 3 -7
Sample Output II   
  5 -7 5 4 3 6 7 -8 2 9


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

www.contester.ru