摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include #include #include using namespace std; int main() { int m, n, k; cin >> m >> n >> k; ... 阅读全文
posted @ 2019-06-04 11:13 qq814403059 阅读(189) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include using namespace std; const int inf = 99999999; struct station { double price, dis; }; bool cmp1(station... 阅读全文
posted @ 2019-06-04 07:58 qq814403059 阅读(148) 评论(0) 推荐(0) 编辑