随笔分类 -  spfa

摘要:const int MAXN=1e4+10; int m,n,s,cnt,head[MAXN],dist[MAXN]; struct Edge { int to,val,next; } e[500010]; inline void add(int x,int y,int val) { e[++cnt 阅读全文
posted @ 2020-12-16 17:22 肆之月 阅读(121) 评论(0) 推荐(0)