随笔分类 -  基本算法_搜索

摘要:感觉自己像个智障 直接bfs 然而读入没判负号查了半小时。。 1 #include<cstdio> 2 #include<cctype> 3 #include<cmath> 4 #include<cstring> 5 #include<algorithm> 6 using namespace std 阅读全文
posted @ 2017-09-09 12:14 Vincent_hwh 阅读(214) 评论(0) 推荐(0)
摘要:无脑码农题== 烦的是很多细节,把几个主要过程分开写,化整为零会清楚很多 1 #include<cstdio> 2 #include<cstring> 3 #include<cmath> 4 #include<algorithm> 5 using namespace std; 6 #define m 阅读全文
posted @ 2017-08-23 22:06 Vincent_hwh 阅读(167) 评论(0) 推荐(0)