摘要: #include<iostream> #include<cstring> using namespace std; #define maxn 30005 int par[maxn],n,m,k[505],data[505][30005]; bool visit[maxn]; int findPar( 阅读全文
posted @ 2021-12-07 21:27 智人心 阅读(34) 评论(0) 推荐(0)