Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python. Data storage and processing
(Python) Quicksort
Module:
(Python) Quicksort
Problem
1
/8
Quicksort: start (Python)
Theory
Click to read/hide
Error
Problem
Given
N
(1 <= N <= 100000) followed by
N
natural numbers from
1
to < code>100. Print
N
numbers in non-decreasing order.
Examples
#
Input
Output
1
5
3 1 2 4 2
1 2 2 3 4
Запрещенные операторы: sort
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary