摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 10005 int data[maxn],pre[maxn],root[maxn],visit[maxn]; int main(){ int cnt,i,p, 阅读全文
posted @ 2021-12-04 20:13 智人心 阅读(50) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> using namespace std; int main(){ int t,n,data[1005],m,result,tmp1,tmp2; scanf("%d",&t); while(t--){ scanf("%d", 阅读全文
posted @ 2021-12-04 18:07 智人心 阅读(26) 评论(0) 推荐(0)