Alex0319
Alex0319
全部文章
poj
PAT(11)
算法(1)
题解(30)
归档
标签
去牛客网
登录
/
注册
欲买桂花同载酒,终不似,少年游
保持好奇,保持积极
全部文章
/ poj
(共1篇)
poj2367 0ms 拓补排序
#include<cstdio> #include<queue> #include<cstring> using namespace std; //拓补排序入门水题 int G[105][105]; int in[105]; int ans[105]; queue...
poj
toposort
2019-07-26
0
554