摘要: 下面是输入输出模版:题目【a+b】 #include<iostream> #include<cstdio> #include<cstdlib> using namespace std; inline int R(){ int ret = 0, f = 1; char ch = getchar(); 阅读全文
posted @ 2017-07-15 20:46 CzYoL 阅读(138) 评论(0) 推荐(1) 编辑
摘要: 【bzoj3223】文艺平衡树 Description 您需要写一种数据结构(可参考题目标题),来维护一个有序数列,其中需要提供以下操作:翻转一个区间,例如原有序序列是5 4 3 2 1,翻转区间是[2,4]的话,结果是5 2 3 4 1 您需要写一种数据结构(可参考题目标题),来维护一个有序数列, 阅读全文
posted @ 2017-07-15 20:12 CzYoL 阅读(507) 评论(0) 推荐(1) 编辑