December 23, 2018
Sort array
Threads: For an array of n integers. Printed on 2 line arrays respectively arranged vertically rising and descending.
Input: The first line is an integer n. The second line 2 n is an integer array, of numbers separated by spaces.
Output: two lines, line array is arranged on the increase, bottom line array is sorted by dimensional reduction. The numbers on the same line separated by spaces.
For example:
input: 3 4 -3 -2 output: -3 -2 4 4 -2 -3
You are not logged in? Log in to Submit Now!
4 Comments
Add a Comment
You must be logged in to post a comment.
Code chạy trên codeblock oke mà lên đây báo lỗi bài 1 ? Đã thử với dữ liệu chính bài đó trên codeblock chạy bt
Bạn xem sự khác nhau giữa Test output và Your output nhé.
code bằng java thì làm kiểu gì a ơi ? e bị lỗi compilation
http://ideone.com/Dn6OZV
Em xem tại hướng dẫn nộp bài nhé. Java thì class phải là Main.
https://chamcode.net/huong-dan-nop-bai/#java