奇偶剪枝
摘要:
这个奇偶剪枝相当牛B呀,佩服。HDU 1010http://acm.hdu.edu.cn/showproblem.php?pid=1010题目大意:就是让你来找一下,能否在限定的时间内从S到达D.Sample Input:4 4 5S.X...X...XD....Sample Output:NOView Code #include<iostream>#include<cstdio>#include<cstdlib>#include<cstring>#include<string>#include<algorithm>usi 阅读全文
posted @ 2012-03-27 23:33 More study needed. 阅读(205) 评论(0) 推荐(0) 编辑