SDNU1089拓撲排序(有向圖的存儲)

#include<bits/stdc++.h> using namespace std; const int maxn=1e3+10; int dp[maxn][maxn]; bool vis[maxn]; queue<int>que; int n,m,a,b; bool judge(int x) { for(int i=1; i<=n; ++i) if(dp[i][x]=
相關文章
相關標籤/搜索