ผลต่างระหว่างรุ่นของ "01204212/integer sorting"
ไปยังการนำทาง
ไปยังการค้นหา
Jittat (คุย | มีส่วนร่วม) (หน้าที่ถูกสร้างด้วย ': ''This is part of 01204212.'' You are given '''N''' integers (whose values are between -1,000,000,000 to 1,000,000,000). You wa...') |
Jittat (คุย | มีส่วนร่วม) |
||
แถว 4: | แถว 4: | ||
== Input/Output == | == Input/Output == | ||
+ | |||
+ | '''Input''' | ||
+ | |||
+ | * First line: an integer '''N''' (1<='''N'''<=100,000) | ||
+ | * The next '''N''' lines: each line contains one integer | ||
+ | |||
+ | '''Output''' | ||
+ | |||
+ | Output '''N''' lines of '''N''' integers in sorted order from the smallest to the largest. | ||
== Example == | == Example == |
รุ่นแก้ไขเมื่อ 03:09, 15 กันยายน 2559
- This is part of 01204212.
You are given N integers (whose values are between -1,000,000,000 to 1,000,000,000). You want to sort them ascendingly.
เนื้อหา
Input/Output
Input
- First line: an integer N (1<=N<=100,000)
- The next N lines: each line contains one integer
Output
Output N lines of N integers in sorted order from the smallest to the largest.