摘要: 题目链接 题目思路 字典树居然还能求逆序对,震惊 就是利用字典树求逆序对的思想来解决此题 妙蛙种子 代码 #include<bits/stdc++.h> #define fi first #define se second #define debug cout<<"I AM HERE"<<endl; 阅读全文
posted @ 2021-11-09 21:22 hunxuewangzi 阅读(69) 评论(0) 推荐(0) 编辑