PAT1003 Emergency (25 分)

解析 #include<cstdio> #include<vector> #include<algorithm> using namespace std; const int maxn = 1000; const int INF = 0x3fffffff; struct Node { int v, w; Node(int _v, int _w) :v(_v), w(_w) { ; } }; v
相關文章
相關標籤/搜索