摘要:
poj3278 手写队列high一high,跑的飞起;#include#include#include#include#includeusing namespace std;typedef long long LL;#define INF 9999999const double p... 阅读全文
摘要:
图的强连通,缩点,求个入度为0的点的数量,和入度为0的点集里面最小的花费和。 //很死板的题,模板题的一样的… #include#include#include#include#includeusing namespace std;typedef long long LL;#def... 阅读全文