Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Study
Tests (
)
Solved
My problems
Profile
Олимпиадный тренинг
Задача
18730
.
Sorting
Задача
Темы:
Sorting
The input file is given first the number N (1<=N<=100), and then N integers
numbers, modulo not exceeding 1000.
Print N numbers in non-decreasing order.
Sample input file
5
3 1 2 4 2
Sample Output
1 2 2 3 4
1000
ms
32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач
Комментарий учителя