摘要: 先不说别的,这个博客为我学习树状数组提供了很大帮助,奉上传送门 http://blog.csdn.net/int64ago/article/details/7429868 然后就说几个常用的操作 1 inline int lowbit(int x) 2 { 3 return x&(-x); 4 } 阅读全文
posted @ 2016-02-17 15:57 徐王 阅读(177) 评论(0) 推荐(0)
摘要: 月赛传送门 http://acm.neu.edu.cn/hustoj/contest.php?cid=1066 月赛已经结束十天了。。。才把题目补完真是大失误。。。 茅巨巨四天前就补完了,,,总结写得比我详细,附上传送门 http://blog.csdn.net/morejarphone/artic 阅读全文
posted @ 2016-02-17 15:41 徐王 阅读(223) 评论(1) 推荐(0)