-
最近没什么时间更新了,今后更新频率会降低,但同时一次的内容也更多。
-
这个月的kickstart好可惜啊。。。
痛失35分。。其实就是太菜了。。。 -
开始在AcWing上打卡,逐步完成《算法竞赛进阶指南》的内容。
1. 重温扫描线写法
窗内的星星
#include<bits/stdc[......]
对延迟标记要有深入的理解。。。多个标记同时存在时要考虑顺序
参考:http://www.cfzhao.com/2019/04/03/hdu-4578-transformation/
#include <bits/stdc++.h>
typedef long long ll;
usin[......]
#include<iostream>
#include<cstdio>
#include<algorithm>
using namespace std;
const int SIZE = 100010;
struct SegmentTree{
int l[......]
RT,线段树单点修改,区间查询.
#include <cstdio>
#include <cstring>
#include <cmath>
#include <iostream>
#include <algorithm>
#include[......]