摘要:
int128 高精度本质上是字符串实现的,所以把$int128$放这了。 #include <bits/stdc++.h> using namespace std; typedef unsigned __int128 LLL; LLL read() { LLL x = 0, f = 1; char 阅读全文
posted @ 2023-03-19 13:35
FJOI
阅读(23)
评论(0)
推荐(0)
摘要:
# Treap 通过维护堆的性质,使平衡树平衡,操作是旋转。 ```cpp #include using namespace std; const int N=1e5+2022,inf=0x3f3f3f3f; int read(){ int x=0,f=1;char c=getchar(); whi 阅读全文
posted @ 2023-03-19 13:34
FJOI
阅读(24)
评论(0)
推荐(0)
摘要:
扫描线 #include<bits/stdc++.h> #define int long long using namespace std; const int N=4e5+10; int read(){ int x=0,f=1;char c=getchar(); while(c>'9' || c< 阅读全文
posted @ 2023-03-19 13:33
FJOI
阅读(19)
评论(0)
推荐(0)
摘要:
vector VECTOR set https://blog.csdn.net/qq_56067257/article/details/123252972 insert(key_value); 将key_value插入到set中 ,返回值是pair<set<int>::iterator,bool>, 阅读全文
posted @ 2023-03-19 13:32
FJOI
阅读(22)
评论(0)
推荐(0)
摘要:
$\color{orange}\text{ARC-158}$ $\color{RED}\text{Performance:1703}$ $\color{GREEN}\text{time:2023.3.12}$ 比赛状态:切了 $\text{A,B}$ ,两发罚时。(写 $\text{B}$ 时忘删调 阅读全文
posted @ 2023-03-19 13:12
FJOI
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号