摘要: 题目链接:https://nanti.jisuanke.com/t/30991 2000ms 262144K Feeling hungry, a cute hamster decides to order some take-away food (like fried chicken for onl 阅读全文
posted @ 2018-09-28 20:33 执||念 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 学习博客:https://www.cnblogs.com/wendster/p/treearray.html 树状数组(Binary Indexed Tree(B.I.T), Fenwick Tree)是一个查询和修改复杂度都为log(n)的数据结构。主要用于查询任意两位之间的所有元素之和,但是每次 阅读全文
posted @ 2018-09-28 17:07 执||念 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://poj.org/problem?id=3450 Corporate Identity Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 8549 Accepted: 2856 Description Besi 阅读全文
posted @ 2018-09-28 14:58 执||念 阅读(139) 评论(0) 推荐(0) 编辑