POJ2230

#include #include #include using namespace std;const int M=50002;const int N=10002;struct Edge{int s; //邊的起點int e; //邊的終點int next; //該邊的前驅鄰接邊的編號}edge[2*M+1];int th,top;int stack[2*M+1]; //存儲輸出邊的編號int
相關文章
相關標籤/搜索