随笔分类 -  线段树+树状数组

难点
摘要:题目链接 hdu-5775 P is a permutation of the integers from 1 to N(index starting from 1). Here is the code of Bubble Sort in C++. for(int i=1;i<=N;++i) for 阅读全文
posted @ 2019-08-09 10:39 AKPower 阅读(246) 评论(0) 推荐(0)
摘要:提交链接 Data structure is one of the basic skills for Computer Science students, which is a particular way of storing and organizing data in a computer s 阅读全文
posted @ 2019-08-09 10:05 AKPower 阅读(262) 评论(0) 推荐(0)
摘要:题目链接 At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place 阅读全文
posted @ 2019-08-07 20:02 AKPower 阅读(168) 评论(0) 推荐(0)