PAT : 数据结构与算法题目集(中文)7-9 旅游规划

#include <iostream> #include <cstring> #include <vector> #include <queue> using namespace std; const int INF = 0x3F3F3F3F; struct ints { int Aim, length, cost; }; int getdigit(void) { int temp
相关文章
相关标签/搜索