没有特殊性质数据
查看原帖
没有特殊性质数据
55707
gxy001楼主2020/9/14 21:35

https://www.luogu.com.cn/record/38414155

#include<cstdio>
#include<cassert>
int t,n;
int main(){
    scanf("%d",&t);
    while(t--){
        scanf("%d",&n);
        for(int i=1,x;i<=n;i++)scanf("%d",&x),assert(i==x);
    }
    return 0;
}
2020/9/14 21:35
加载中...