U2FsdGVkX1+32JrzrGS+cdkKnpVibnAJVYzASh0VZlU=(这是密文)| CRIMASTER不上18级不改签
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #define int long long using namespace std; int t,q,M,tr[400005]; void build(int p,int l,int r){ if(l==r){ tr[l]=1; } else{ int mid=l+r>>1; build…
```cpp #include #define mod 571373 using namespace std; int n,q,m; long long a[100005]; struct node{ long long v,lzy1,lzy2; // lzy1乘法,lzy2加法 }tr[400005]; void b…
在讨论《ODT WA 60pts求调》回复:
已过,swp函数写挂掉了,此贴结。
```cpp #include #define mod 1000000007 using namespace std; int n,m; struct node{ int l,r; mutable long long v; node(int l,int r,long long v):l(l),r(r),v(v){} b…
```cpp #include using namespace std; int l,t,o; bool col[35]; struct node{ int l,r; mutable int v; node(int l,int r,int v):l(l),r(r),v(v){} bool operator s; aut…
样例通过 我的代码: ```cpp #include using namespace std; int l,t,o; bool col[35]; struct node{ int l,r; mutable int v; node(int l,int r,int v):l(l),r(r),v(v){} bool oper…
```cpp #include using namespace std; int n,m; long long s,w[200005],v[200005]; long long pre1[200005],pre2[200005]; long long l=0,r=1e12,ans=1e18; struct node{…
在讨论《2个点wa求助》回复:
~~路过此处,前来考古~~ @[ajahjahah](/user/357378) 代码中输入的n和m搞反了
在讨论《关于我提交的题解》回复:
emm…… 难怪我私信管理没有得到回复……
在文章《洛谷新手指南-拓展版》发表评论:
我用Microsoft安装后为什么下载的按钮是紫色的?
在讨论《看似很简单BUT》回复:
@chenyuer,万分感谢!
在讨论《看似很简单BUT》回复:
@chenyuer,我是小学的,没学过韦达定理,只推出了p+q=n-e*d+2这个式子,然后大样例TLE了……
在讨论《“洛谷有题”题目错误征集》回复:
NOIP 2013年提高组第七题: [斐波那契数列时间复杂度](file:///C:/Users/Dell/AppData/Roaming/Tencent/QQ/Temp/KM5SH%7D7B9%7BU%7D7JUZC0@3BT2.png) 为什么是O(Fn)?
在讨论《题解审核及反馈要求》回复:
为什么团队里的题目不能提交题解?如果能,该怎么提交?
在讨论《第十题有没有代码,我看题解的大佬说的我理解了该怎么算,但是不会写代码》回复:
先用笔算,再直接输出结果,也能AC
在讨论《11题怎么过?》回复:
cout<<33.3333333333;就可以了
在讨论《C小白。Py过了。但是C就是过不了。非常难受。在线蹲大佬。》回复:
n要开unsigned long long,不然存不下
在讨论《bfs88分求助》回复:
#include ```cpp #include #include #include #include #include #include #include using namespace std; int jz[20][20]={0}; struct NODE{ int x,y,bs,xl; }qc,fr; int…