摘要:
OI竞赛中手工栈的书写 阅读全文
摘要:
#include #include #include #include #include using namespace std; int main(){ bitsetA; bitsetB(0xfa2); bitsetC(string("100000")); cout<<A<<endl; cout<<B<<endl; cout<<C<... 阅读全文
摘要:
题解:给边赋上权值,然后求最大生成树,如果不符合那就无解 证明:留坑 阅读全文
摘要:
#include<iostream>#include<cstdio>#include<cstring>#include<vector>#include<queue>using namespace std;const int maxn=4000;const int oo=1000000000;int 阅读全文
摘要:
题解: 树上动态DP 阅读全文