随笔分类 -  BestCoder

摘要:题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5432裸的二分查找,同时注意向下取整 1 #include 2 #include 3 #include 4 5 using namespace std; 6 7 #define maxn 100... 阅读全文
posted @ 2015-09-12 22:42 KIWI的博客 阅读(181) 评论(0) 推荐(0)