树状数组--求逆序对-离散化
摘要:
1 #include 2 #include 3 #include 4 #include 5 #define ll long long 6 #define MAX 500005 7 using namespace std; 8 9 struct Node10 {11 int val,po... 阅读全文
posted @ 2015-06-02 16:12 bai_yan 阅读(149) 评论(0) 推荐(0) 编辑