摘要: 不想说话,图论的模型求解#include#include#include#includeusing namespace std;int k, n, g[21][21];vectorneigh[20];vectorpath;int v[20];//v为标记数组int l... 阅读全文
posted @ 2017-11-01 01:18 romaLzhih 阅读(90) 评论(0) 推荐(0)