摘要: ```c++#include #include #include #include using namespace std;struct station { double per_price; double distance;};bool cmp(const station &s1, const station &s2) { return s1.distance MAX_LEN... 阅读全文
posted @ 2020-02-19 18:15 ailinal 阅读(180) 评论(0) 推荐(0)