首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
3938专题
【HDU】3938 Portal 并查集
传送门:【HDU】3938 Portal 题目分析:并查集离线处理即可。当然你要知道怎么计数 代码如下: #include <cstdio>#include <cstring>#include <algorithm>using namespace std ;#define REP( i , n ) for ( int i = 0 ; i < n ; ++ i )
阅读更多...