12 2021 档案

摘要:贪心策略,单源最短路径 #include<bits/stdc++.h> using namespace std; int number[100][100] = {0}; int dis[100] = {0}; int book[100] = {0}; struct x{ vector<int> pa 阅读全文
posted @ 2021-12-21 18:29 在天边偷看小天使 阅读(4) 评论(0) 推荐(0)