系统维护,该内容暂不可见
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助,全wa》回复:
```cpp #include #include #include #include #include #include #include #include using namespace std; #define lson l,mid,rt '9') c=getchar(); while(c>='0'&&c 9)wr…
在讨论《12pts悬关求调,样例都对,ac和wa》回复:
@[with_my_moon](luogu://user/1112575) ~~太弱了~~ 必须初始化啊(doge)
在讨论《蒟蒻暴力全WA,悬关求调》回复:
@[HCA_ac_life](/user/1009001) 补药再看笑话啦o(╥﹏╥)o
两版赛时暴力代码全WA,一头雾水,悬关求调 ```cpp #include #define ll long long using namespace std; ll n,q,w,arr[100100],l,r,d,ans,st,cnt; void out(ll x) { if(x '9') { if(ch=='-')…
在讨论《90分求调!》回复:
```cpp #include using namespace std; string s; string a; int sum,cnt,pos; int main() { getline(cin,a); getline(cin,s); int l1=s.length(),l2=a.length(); for(int…
```cpp #include using namespace std; int t; bool ok,e; long long x[100005],y[100005]; unordered_map fa; int Findi(int x) { if(fa[x]==x) { return x; } return fa[…
```cpp #include using namespace std; int n,m; long long s,mid,sum,ans,W,maxw=-1,minw=100000000,minn=100000000; long long w[200100],v[200100],l[200100],r[200100]…
在讨论《【LGR-185-Div.2】洛谷 5 月月赛 I 赛时答疑》回复:
膜拜dead_X