void dijakstra(vector<vector<pair<ll,ll>>>adj,vectord,vectorp,ll s,ll n){ d.assign(n,mod); p.assign(n,-1); set<pair<ll,ll>>q;
確定! 回上一頁