B. Box
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Permutation pp is a sequence of integers p=[p1,p2,…,pn]p=[p1,p2,…,pn], consisting of nn distinct (unique) positive integers between 11 and nn, inclusive. For example, the following sequences are permutations: [3,4,1,2][3,4,1,2], [1][1], [1,2][1,2]. The following sequences are not permutations: [0][0], [1,2,1][1,2,1], [2,3][2,3], [0,1,2][0,1,2].
The important key is in the locked box that you need to open. To open the box you need to enter secret code. Secret code is a permutation pp of length nn.
You don't know this permutation, you only know the array qq of prefix maximums of this permutation. Formally:
You want to construct any possible suitable permutation (i.e. any such permutation, that calculated qq for this permutation is equal to the given array).
Input
The first line contains integer number tt (1≤t≤1041≤t≤104) — the number of test cases in the input. Then tt test cases follow.
The first line of a test case contains one integer nn (1≤n≤105)(1≤n≤105) — the number of elements in the secret code permutation pp.
The second line of a test case contains nn integers q1,q2,…,qnq1,q2,…,qn (1≤qi≤n)(1≤qi≤n) — elements of the array qq for secret permutation. It is guaranteed that qi≤qi+1qi≤qi+1 for all ii (1≤i The sum of all values nn over all the test cases in the input doesn't exceed 105105. Output For each test case, print: Example input Copy output Copy Note In the first test case of the example answer [1,3,4,5,2][1,3,4,5,2] is the only possible answer: It can be proved that there are no answers for the second test case of the example. \========================================================================= 模拟一下,放个队列即可,每当a值不等于上一个a值,那就说明了这个位置已经确定,一旦我们遇到一个确定位置,就把上一个位置到本位置之间的数字全部加入队列,这就是小于本位置的全部可能,当该取出数字的时候队列为空则是无解
4
5
1 3 4 5 5
4
1 1 3 4
2
2 2
1
1
1 3 4 5 2
-1
2 1
1
K8s最基本概念
惊艳!Linux 中迷人的 Shell 脚本工具
Nginx简单使用
中颖单片机SH367309全套量产PCM,专用动力电池保护板开发资料
达梦数据库表数量查询与实际情况不一致?看看是不是有特殊表名
Docker安装以及修改Docker的默认存储路径
环境部署搭建
14-js正则表达式
vue基础知识和原理(二)