摘要: link int dis[500][500]; int cost[500][500]; int pre[500]; int mindis[500]; int mincost[500]; int inque[500]; int main(){ memset(dis,-1,sizeof(dis)); i 阅读全文
posted @ 2020-05-08 08:52 feibilun 阅读(125) 评论(0) 推荐(0)