EOJ 1047 Guardian of Decency
摘要:
EOJ 1047 http://acm.cs.ecnu.edu.cn/problem.php?problemid=1047POJ 2771 http://poj.org/problem?id=2771二分匹配 不说了,直接上代码 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 #define MAXN 505 11 struct node 12 { 13 int h; 14 char ... 阅读全文
posted @ 2013-07-04 22:45 KimKyeYu 阅读(207) 评论(0) 推荐(0) 编辑