咻132
咻132
全部文章
题解
归档
标签
去牛客网
登录
/
注册
咻132的博客
全部文章
/ 题解
(共1篇)
题解 | #DongDong认亲戚#
#include<bits/stdc++.h> using namespace std; int n,m; unordered_map<string,string>f;//存父节点 string find(string x){//返回x祖宗 if(f[x]!=x)f[...
并查集
2025-07-12
1
21