摘要: #include const int mod=1e9+7; struct MM { int r,c; int mx[105][105]; MM(int rr=0,int cc=0){r=rr,c=cc;} friend MM operator *(MM ta,MM tb) { MM tc(ta.r,tb.c); for(i... 阅读全文
posted @ 2016-10-09 19:52 weeping 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 题目地址:http://acm.split.hdu.edu.cn/showproblem.php?pid=3065 题目: 病毒侵袭持续中 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) 阅读全文
posted @ 2016-10-09 18:09 weeping 阅读(279) 评论(0) 推荐(0) 编辑