This commit is contained in:
Zengtudor 2024-08-13 17:19:19 +08:00
parent 4d1f526920
commit 6fdacdaa07
3 changed files with 3 additions and 1 deletions

View File

@ -108,6 +108,9 @@ ll ksm(ll a,ll b,ll M){
## Day9
### 字典树与异或极值
### [U88589](./day10/U88589/U88589.pdf)
> 值域线段树,线段树维护一个桶
## Day11
[树状数组MD](./day11/FenwickTree/FenwickTree.md)

View File

@ -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

Binary file not shown.