HDOJ5438(图的各个连通分量遍历)
摘要:
#include#includeusing namespace std;const int MAX_N=100005;templatestruct Stack{private: T a[MAX_N]; int top;public: Stack(){ top=0; } ... 阅读全文
posted @ 2015-09-18 23:10 vCoders 阅读(188) 评论(0) 推荐(0)
posted @ 2015-09-18 23:10 vCoders 阅读(188) 评论(0) 推荐(0)
posted @ 2015-09-18 21:05 vCoders 阅读(263) 评论(0) 推荐(0)