2014年7月30日
摘要: A Simple Problem with Integershttp://poj.org/problem?id=3468 1 #include 2 #define lrrt int L,int R,int rt 3 #define iall 1,n,1 4 #define imid int mid=... 阅读全文
posted @ 2014-07-30 21:53 gaolzzxin 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 敌兵布阵http://acm.hdu.edu.cn/showproblem.php?pid=1166 1 #include 2 #define lrrt int L,int R,int rt 3 #define iall 1,n,1 4 #define imid int mid=(L+R)>>1 5... 阅读全文
posted @ 2014-07-30 16:57 gaolzzxin 阅读(170) 评论(0) 推荐(0) 编辑
摘要: stllower_bound()返回的是第一个大于等于查询值的iterator,upper_bound()返回的是第一个大于查询值的iterator。目测相当于二分。对int a【】,lower_bound(a,a+len,val)-a,可获得第一个>=val的id。Prime Gaphttp://... 阅读全文
posted @ 2014-07-30 09:17 gaolzzxin 阅读(167) 评论(0) 推荐(0) 编辑