Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++. Conservazione ed elaborazione dei dati
Ordinamento rapido
Module:
Ordinamento rapido
Problem
1
/7
Quicksort: Avvia (C++)
Theory
Click to read/hide
Error
Problem
Dato
N
(1 <= N <= 100000) seguito da
N
numeri naturali da
1
a < code>100< /code>. Stampa
N
numeri in ordine non decrescente.
Esempi
#
Input
Uscita
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