摘要:
P1892 [BOI2003]团伙: 遵循,敌人的敌人就是朋友的原则,合并敌人的敌人和本身。然后这里其实是大像小合并,因为这样才能保证根都在n内。 // Author: levil #include<bits/stdc++.h> using namespace std; typedef long l 阅读全文
摘要:
A: // Author: levil #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef unsigned long long ULL; typedef pair<int,int> pii; type 阅读全文