摘要: #include#include#includeusing namespace std;struct{ int top; int node[200];}s;int g[200][200],c[200],n,m;void dfs(int x){ int i; s... 阅读全文
posted @ 2015-08-04 19:27 xryz 阅读(487) 评论(0) 推荐(0)