Sắp xếp mảng số rất lớn

View as PDF

Submit solution

Points: 100.00
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 1 dãy số nguyên dương kích thước <= 1000000 số

Yêu cầu: Sắp xếp dãy tăng dần

Dữ liệu vào:

  • Mỗi dòng với 1 số

Kết quả: Dãy đã sắp theo thứ tự tăng dần

Chú ý: Các số nguyên dương đầu vào rất lớn lên đến hàng triệu chữ số.

Ví dụ:
Input 1:
412313123123123123123123213123
44444
3131233232313909090808080808080
333
Output 1:
333
44444
412313123123123123123123213123
3131233232313909090808080808080

Comments

Please read the guidelines before commenting.


There are no comments at the moment.