1. 程式人生 > 其它 >POJ1182 食物鏈(並查集)

POJ1182 食物鏈(並查集)

技術標籤:POJ

POJ1182食物鏈

#include<cstdio>
#include<iostream>
using namespace std;
const int MAX_K = 150010;
const int MAX_N = 1e5+