
拓补排序
shuangyueliao
这个作者很懒,什么都没留下…
展开
-
确定比赛名次
http://acm.hdu.edu.cn/showproblem.php?pid=1285 #include #include using namespace std; int n,m,a[510][510],indegree[510],t[510]; int main() { // freopen("C:\\Users\\John\\Desktop\\hi.txt","r原创 2015-05-31 19:58:30 · 448 阅读 · 0 评论 -
Triangle LOVE
http://acm.hdu.edu.cn/showproblem.php?pid=4324 #include #include #include using namespace std; int indegree[2010]; char map[2010][2010]; int main() { int t,n; int k,i,j; cin>>t; fo原创 2015-06-02 14:12:06 · 597 阅读 · 0 评论 -
Reward
http://acm.hdu.edu.cn/showproblem.php?pid=2647 http://www.cnblogs.com/scau20110726/archive/2012/10/17/2728232.html转载 2015-06-07 21:20:30 · 512 阅读 · 0 评论