poj2230 Watchcow

題意:輸出一條通過每條邊有且只有兩次的通路,把這個無向圖當作有向圖dfs搜一次歐拉回路。可是注意鄰接矩陣存圖MLE,因此我選擇vector處理的鄰接表。ios #include<cstdio> #include<vector> #include<stack> #include<cstring> #include<iostream> using namespace std; const int ma
相關文章
相關標籤/搜索