Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 データの保存と処理
クイックソート
Module:
クイックソート
Problem
1
/7
クイックソート: 開始 (C++)
Theory
Click to read/hide
Error
Problem
与えられた
N
(1 <= N <= 100000) の後に
1
から < code>100< までの
N
個の自然数が続きます/code>.
N
個の数字を減少しない順序で出力します。
例
<頭>
#
入力
出力
<本体>
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