2015年4月29日
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4708测试数据:51 9 9 1 11 9 9 9 99 9 9 9 99 9 9 9 11 1 9 9 181 1 1 #include 2 #include 3 #include 4 using na... 阅读全文
posted @ 2015-04-29 20:49 细雨微光 阅读(229) 评论(0) 推荐(0)
摘要: 题目链接:题目AC代码: 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 const int N = 2010; 8 int m,n; 9 bool vis[N][N],vis1[N];1... 阅读全文
posted @ 2015-04-29 09:47 细雨微光 阅读(342) 评论(0) 推荐(0)