WEBSITE RETURNED, HOWEVER SUBMIT QUANTITY IS RESTRICTED PER DAY TO VERY LITTLE (UNDER JUDGE0 NEW POLICY, API PROVIDER). Therefore it is very much for you to pay attention TEST CAREFULLY CODE BEFORE SUBMIT.

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!

Add a Comment