Олимпиадный тренинг

Задача 6009. Error


Given a non-negative number N (0<N<=999999)

Fill the array with its digits in reverse order (the first element is equal to the last digit, the second - the penultimate one, etc.). 

Sample Input and Output
Test No. Input data Imprint
1 15423 3 2 4 5 1