update
This commit is contained in:
parent
4d1f526920
commit
6fdacdaa07
@ -108,6 +108,9 @@ ll ksm(ll a,ll b,ll M){
|
||||
|
||||
## Day9
|
||||
### 字典树与异或极值
|
||||
### [U88589](./day10/U88589/U88589.pdf)
|
||||
> 值域线段树,线段树维护一个桶
|
||||
|
||||
|
||||
## Day11
|
||||
[树状数组MD](./day11/FenwickTree/FenwickTree.md)
|
||||
|
@ -8,7 +8,6 @@ int a[MAX_N];
|
||||
int readint();
|
||||
|
||||
int main(){
|
||||
// auto a = new int[MAX_N];
|
||||
const int n = readint();
|
||||
for(int i=1;i<=n;i++){
|
||||
const int m = readint();
|
||||
|
BIN
day10/U88589/U88589.pdf
Normal file
BIN
day10/U88589/U88589.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user