随笔分类 -  SPFA

摘要:题目 题解 Solution spfa找正环 Code #include<bits/stdc++.h> using namespace std; typedef long long ll; int b[102][1002],s[102][1002],i,j,k,K,tot,n,m,mp[102][1 阅读全文
posted @ 2018-10-22 15:23 Mingoal 阅读(15) 评论(0) 推荐(0)