摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int n,flag,edge[30][30],indegree[30],indgr_tmp[30],ans[30]; void topo(){ in 阅读全文
posted @ 2021-08-12 20:49 智人心 阅读(37) 评论(0) 推荐(0)