摘要: #include <bits/stdc++.h> using namespace std; const int N = 1e5 + 10; // 分别为祖宗节点,人数,房子数,总面积 int p[N], cnt[N], fangzi[N], totalarea[N], minnum[N]; // 编 阅读全文
posted @ 2024-08-30 22:16 Frodnx 阅读(12) 评论(0) 推荐(0)