摘要: 题目传送门题意:就是CF round# 329 B 的升级版,要求出相交点的个数分析:逆序数用树状数组维护,求出非逆序数,然后所有情况(n * (n - 1)) / 2减之就是逆序数个数。#include using namespace std;const int N = 1e4 + 10;cons... 阅读全文
posted @ 2015-11-05 17:42 Running_Time 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 推迟了15分钟开始,B卡住不会,最后弃疗,rating只涨一分。。。水(暴力枚举)A - 2Char/************************************************* Author :Running_Time* Created Time :2015/... 阅读全文
posted @ 2015-11-05 17:39 Running_Time 阅读(143) 评论(0) 推荐(0) 编辑