August 12, 2020
Insert number V2
Threads: 9.16. Given the sequence of n integers. Enter an integer m and insert it at position k such that the subsequence from 1 đến k là dãy không giảm
Dữ liệu vào: Integer n and sequence of n integers, số nguyên m
Dữ liệu ra: Dãy số sau khi chèn thêm m sao cho đoạn con từ phần tử đầu tiên đến phần tử m là dãy không giảm
For example: Input 6 1 2 7 4 6 7 9 Output 1 2 7 9 4 6 7
You are not logged in? Log in to Submit Now!