L2-001. 紧急救援 多条最短路 spfa/dijkstra

#pragma comment(linker, "/STACK:1024000000,1024000000") #include <bits/stdc++.h> using namespace std; typedef long long ll; const ll inf = 0x3f3f3f3f3f3f3f3f; #define show(a) cout<<#a<<" = "<<a<<endl
相关文章
相关标签/搜索