薇尔莉特·伊芙加登
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《速通文化课指北》发表评论:
给您磕头了
在讨论《扣 1 复活讨论区》回复:
111
在讨论《关于希尔排序》回复:
@[zhang_boring](/user/764047) [视频](https://www.bilibili.com/video/BV1CY4y1t7TZ/?p=20)
在讨论《2024 CSP初赛 专题讨论贴》回复:
rp++
在讨论《如果你WA了#5》回复:
@[qiaozhipeng123](/user/893428) orz
在讨论《注册 SPOJ 时遇到问题,是否要科学上网》回复:
@[SunsetVoice](/user/659460) 是的
在讨论《谁能告诉我这个怎么打》回复:
```c ~~**_t_**~~ ```
在讨论《牢,悬棺》回复:
```cpp #include #define int long long #define mod 100000000 using namespace std; int n,m,dp[2][5005],sum[2][5005]; string a,b; signed main(){ cin>>a>>b;n=a.size…
在讨论《牢,悬棺》回复:
@[zyh202](/user/1226067) 50 pts,容我再看一看 ```cpp #include #define int long long #define la (i & 1 ^ 1) #define no (i & 1) #define mod 100000000 using namespace std…
在讨论《求问》回复:
@[xiaozhao_](/user/591952) 用一下翻译器不就看懂了吗
在讨论《求问》回复:
@[zhaojiawei1234444](/user/1019257) 不认识
在讨论《求问》回复:
@[xiaozhao_](/user/591952) 不是我骂
在讨论《求问》回复:
附图 
在讨论《【作弊名单】洛谷入门赛 #26 赛后总结》回复:
qp
在讨论《LCA #11 WA 求调》回复:
莱德,需要我们
在讨论《P3792 维护平方和 WA 0pts 求调》回复:
@[co7ahang](/user/831011) ```cpp #include #include #include #include #include #define int long long using namespace std; typedef pair pii; const int mod=9982443…
在讨论《(中国队金牌并列第一)2024 年巴黎奥运会集中讨论帖》回复:
qp
在讨论《问》回复:
@[Grammar__hbw](/user/856004) 应该是原站出问题了,感谢
在讨论《洛谷入门赛 #25 赛时答疑》回复:
qp
在讨论《预告:2024 奥运会》回复:
qp
在讨论《没错我又来站外题求助了》回复:
```cpp #include using namespace std; int main(){ int a[10001],n,x,i; cin>>n; for(i=1;i >a[i]; } cin>>x; for(i=1;i<=n;i++){ if(x==a[i]) { cout<<i; return 0; } }…
```cpp #include using namespace std; int T,q,m,n,t[3000005][65],cnt[3000005],idx; char s[3000005]; bool vis[3000005]; int getnum(char x){ if(x>='A'&&x ='a'&&x =…
```cpp #include using namespace std; int T,q,m,n,t[3000005][65],cnt[3000005],idx; char s[3000005]; bool vis[3000005]; int getnum(char x){ if(x>='A'&&x ='a'&&x =…
在讨论《没题的标签,但实际有题》回复:
P3419也是这种情况
在讨论《80分求调(悬棺)》回复:
@[Hujiaming17](/user/1163827) ```cpp #include using namespace std; const int M=5e5+100; struct xs{ int k,s; }x[M]; bool cmp(xs x,xs y){ return (x.s>y.s)||(x.s==…