2015年5月28日
摘要: N (3 2 #include 3 #include 4 5 using namespace std; 6 7 const int maxn=20000+10; 8 9 int ls[maxn]; //第i个人左边技能值小于a[i]的人数10 int rs[maxn]; ... 阅读全文
posted @ 2015-05-28 18:14 _fukua 阅读(294) 评论(0) 推荐(0) 编辑