摘要: 当前数组 a1 a2 a3.....an; 对于每个下表i,求 aj<ai ( j<i ) 的个数,为当ai的文化素养, 点击查看代码 #include<bits/stdc++.h> using namespace std; const int N=1e7+9; int e[N],a[N],lazy 阅读全文
posted @ 2023-02-25 08:43 xxj112 阅读(20) 评论(0) 推荐(0)