優先對列 對結構體進行排序,

#include<iostream> #include<cstdio> #include<queue> #include<algorithm> #include<vector> using namespace std; struct node {     int d,w;      }; bool operator < (const node & x,const node & y) {     i
相關文章
相關標籤/搜索