摘要: #include #define MAX 1002 using namespace std; int g[MAX][MAX]; int been[MAX]; int n,m,s; bool DFS(int start); int re[MAX]; int index = 0; int max_num = 0; int main() { int a,b; cin>>n>>m>>s;... 阅读全文
posted @ 2016-11-02 10:32 joeylee97 阅读(256) 评论(0) 推荐(0) 编辑