摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2152母函数详细讲解:http://blog.csdn.net/xiaofei_it/article/details/17042651hdu 相关练习题目: 1171 1028 1085 2082 1398 1709 1059hdu 2152 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int main ( ) 9 {10 int n,m,Min[105],Max[105],a[105... 阅读全文
posted @ 2014-04-02 20:08 lysr__tlp 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2157题解链接:http://blog.csdn.net/rowanhaoa/article/details/21134509 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 const int mod=1e3; 9 10 typedef struct matrix11 {12 int tr[25][25];13 matrix (){ memset(tr,0,sizeof(tr))... 阅读全文
posted @ 2014-04-02 17:26 lysr__tlp 阅读(174) 评论(0) 推荐(0) 编辑