摘要: 优秀是一种习惯 持家 #include <bits/stdc++.h> using namespace std; #define int long long vector<int>a[2]; int s[10005]; signed main() { ios::sync_with_stdio(fal 阅读全文
posted @ 2025-04-02 20:17 D06 阅读(44) 评论(0) 推荐(0)
摘要: 修复公路 #include <bits/stdc++.h> using namespace std; int a[300005],fa[300005]; int get(int x) { if(fa[x]==x) { return x; } return fa[x]=get(fa[x]); } in 阅读全文
posted @ 2025-04-02 15:40 D06 阅读(23) 评论(0) 推荐(0)
//雪花飘落效果