hdu 4587 TWO NODES
#include
#include
#include
using namespace std;
const int maxn = 5008;
int head[maxn] , low[maxn] , pre[maxn] , depth , iscut[maxn] , instack[maxn];
int n , m , e , a , b , ret , del;
struct T{
原创
2013-08-20 10:36:19 ·
630 阅读 ·
0 评论