Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
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
1000
ms
32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя