摘要:
三维空间里BFS最短路 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <sstream> 5 #include <string> 6 #include <algorithm> 7 #include 阅读全文
posted @ 2016-04-06 22:44
yyblues
阅读(235)
评论(0)
推荐(0)
摘要:
简单搜索 练习一下回溯 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <sstream> 5 #include <string> 6 #include <algorithm> 7 #include 阅读全文
posted @ 2016-04-06 21:48
yyblues
阅读(172)
评论(0)
推荐(0)
摘要:
先枚举行再DP列。好题,详见代码 1 #include <cstdio> 2 #include <cstring> 3 #include <cstdlib> 4 #include <climits> 5 #include <vector> 6 #include <iostream> 7 using 阅读全文
posted @ 2016-04-06 19:34
yyblues
阅读(346)
评论(0)
推荐(0)

浙公网安备 33010602011771号