Codeforces Beta Round #73 (Div. 2 Only) http://codeforces.com/contest/88 A 模拟 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt ...
分类:
其他好文 时间:
2019-03-08 22:03:18
阅读次数:
160
from multiprocessing import Process from threading import Thread,enumerate,current_thread import time def task(): with open("2.昨日回顾","rt",encoding="ut ...
分类:
编程语言 时间:
2019-03-08 16:36:32
阅读次数:
194
Codeforces Beta Round #72 (Div. 2 Only) http://codeforces.com/contest/84 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 ...
分类:
其他好文 时间:
2019-03-07 15:48:14
阅读次数:
125
介绍 fhqtreap为利用分裂和合并来满足平衡树的性质, 不需要旋转操作 的一种平衡树。 并且利用函数式编程可以极大的简化代码量。 核心操作 (均为按位置分裂合并) split(rt,l,r,k) 把一个根为rt的子树split成一个根为l和一个根为r的子树(以第k大为界限) 插入 删除 其他操作 ...
分类:
其他好文 时间:
2019-03-03 11:10:28
阅读次数:
209
(咕咕咕,咕了快一年的bu题。。 A.CCPC直播 传送:http://acm.hdu.edu.cn/showproblem.php?pid=6297 题意:rt。 分析:模拟。 1 #include<bits/stdc++.h> 2 using namespace std; 3 int main( ...
分类:
其他好文 时间:
2019-03-01 19:56:08
阅读次数:
320
void pushdown(int l, int r, int rt) { if (lazy[rt]) { sum[rt > 1; build(l, mid, rt > 1; pushdown(mid - l + 1, r - mid, rt); if (l1 mid) update(mid + 1... ...
分类:
其他好文 时间:
2019-03-01 15:52:25
阅读次数:
186
开发的原因,需要对吞吐量(TPS)、QPS、并发数、响应时间(RT)几个概念做下了解,查自百度百科,记录如下:1. 响应时间(RT) 响应时间是指系统对请求作出响应的时间。直观上看,这个指标与人对软件性能的主观感受是非常一致的,因为它完整地记录了整个计算机系统处理请求的时间。由于一个系统通常会提供许 ...
分类:
其他好文 时间:
2019-02-28 22:58:54
阅读次数:
200
Codeforces Beta Round #59 (Div. 2) http://codeforces.com/contest/63 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #d ...
分类:
其他好文 时间:
2019-02-28 21:08:34
阅读次数:
108
@2019-02-23 【小记】 文件 <net_sockets.c> 为兼容标准 BSD Socket API 文件 <sal_socket.c> 为网络中间抽象层 文件 <at_socket.c> 为底层实际使用的网络设备接口 ...
分类:
其他好文 时间:
2019-02-23 18:21:13
阅读次数:
317
Codeforces Beta Round #49 (Div. 2) http://codeforces.com/contest/53 A 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define lson l,mid,rt<<1 4 #d ...
分类:
其他好文 时间:
2019-02-22 21:39:05
阅读次数:
150