1 2 3 4
摘要: 阅读全文
posted @ 2019-10-31 21:04 Lesning 阅读(194) 评论(0) 推荐(1) 编辑
摘要: #include<cstring> #include<iostream> #include<cstdio> #include<queue> #include<algorithm> #define maxn 200200 using namespace std; typedef long long ll; int par[maxn]; ll num[maxn]; int find(int x) { 阅读全文
posted @ 2019-10-31 16:11 Lesning 阅读(573) 评论(0) 推荐(0) 编辑