摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1196大水题 lowbit 的应用 (可以取出一个数二进制中的最后一个1。树状数组常用,Lowbit(x)=x&-x。 )代码: 1 #include 2 #include 3 #include... 阅读全文
posted @ 2015-11-17 19:57 Vmetrio 阅读(141) 评论(0) 推荐(0)