这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const int MAXN=1e5+5; const int maxletter=52; int T; set st; vector G[1005]; queue q; bool isedge[1005][1005]; int out[MAXN…
```cpp #include #define lid (id =to) return; tree[id].l=Y[from],tree[id].r=Y[to]; tree[id].len=(tree[id].r-tree[id].l+1); int mid=(from+to)>>1; //cout =tree[id]…
```cpp #include using namespace std; const int MAXN=100005; struct Point{ double x,y; }cow[MAXN]; double ans; int n,pre; int st[MAXN],top; int lowx,pos; double…
当输入 6 1 3 2 3 1 2 1 2 3 1 3 2 2 1 3 2 3 2 应该输出17,但是我的输出18。。。 ```cpp #include using namespace std; const int MAXN=100005; int n,ans; int a[MAXN],b[MAXN],c[MAXN];…
在讨论《线段树求助,悬赏一关注》回复:
哦哦,好的,感谢两位大佬
9pts ```cpp #include using namespace std; const int MAXN=405; const int MAXJ=400000; struct Cow{ int iq,eq; }cow[MAXN]; int n,f[2*MAXJ+5]; int main() { memset(f…
rt,谢谢! ```cpp #include using namespace std; const int maxn=1005; const int maxm=2005; struct Edge{ int v,nxt; }e[maxm]; int n,m,c,cnt,ans; int mooney[maxn],head…
在讨论《萌新不会dp。。。》回复:
@[Lavaloon](/user/201858) 谢谢!
在讨论《萌新不会dp。。。》回复:
@[liangbowen](/user/367488) 谢谢!orz
在讨论《今天洛谷主页的一个团队公开赛发生什么啦》回复:
对的
```cpp #include using namespace std; const int N=1000010,M=200000+10; struct Edge{ int v,w,nxt; }e[M]; int head[N]; int n,m,s,cnt; priority_queue ,vector >,grea…
在讨论《【LGR-104】洛谷 3 月月赛 I & WFOI Round 2 赛时答疑帖》回复:
t2为什么有630分的。。。
在讨论《底角三分球》回复:
总是打太大力
在讨论《底角三分球》回复:
打不进。。。
在讨论《底角三分球》回复:
借楼问一下,三分能进但是上篮上不进怎么办qwq
```cpp #include using namespace std; typedef long long ll; int n,m; struct room{ ll pos; int t; }a[100005]; ll ans,akcnt,tim; priority_queue q; bool cmp(room aa…
```cpp #include #define ll long long #define lid (id >1))-tr[lid].sum; tr[rid].sum=(len>>1)-tr[rid].sum; tr[id].lazy=0; } } void add(int id,int l,int r,long lon…
在讨论《线段树求助》回复:
az,谢谢大佬
在讨论《线段树求助》回复:
@[8atemak1r](/user/305121) 谢谢大佬
在讨论《线段树求助》回复:
为什么输入都输不完还错了啊啊啊啊