_

__Viloet__

#937486

薇尔莉特·伊芙加登

发帖
8
文章
0
互动
51
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. __Viloet__
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. IkeveLand
    最早追溯到 2024/12/04最后捕获于 2024/12/04
  3. IkeveLand
    最早追溯到 2024/07/22最后捕获于 2024/07/22
  4. IkeveLand
    最早追溯到 2024/07/13最后捕获于 2024/07/13
  5. happysheep
    最早追溯到 2023/10/22最后捕获于 2023/10/22

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 评论文章

    在文章速通文化课指北发表评论:

    给您磕头了
  2. 回复讨论

    在讨论扣 1 复活讨论区回复:

    111
  3. 回复讨论

    在讨论关于希尔排序回复:

    @[zhang_boring](/user/764047) [视频](https://www.bilibili.com/video/BV1CY4y1t7TZ/?p=20)
  4. 回复讨论
  5. 回复讨论

    在讨论如果你WA了#5回复:

    @[qiaozhipeng123](/user/893428) orz
  6. 回复讨论

    在讨论注册 SPOJ 时遇到问题,是否要科学上网回复:

    @[SunsetVoice](/user/659460) 是的
  7. 回复讨论

    在讨论谁能告诉我这个怎么打回复:

    ```c ~~**_t_**~~ ```
  8. 回复讨论

    在讨论牢,悬棺回复:

    ```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…
  9. 回复讨论

    在讨论牢,悬棺回复:

    @[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…
  10. 回复讨论

    在讨论求问回复:

    @[xiaozhao_](/user/591952) 用一下翻译器不就看懂了吗
  11. 回复讨论

    在讨论求问回复:

    @[zhaojiawei1234444](/user/1019257) 不认识
  12. 回复讨论

    在讨论求问回复:

    @[xiaozhao_](/user/591952) 不是我骂
  13. 回复讨论

    在讨论求问回复:

    附图 ![](https://cdn.luogu.com.cn/upload/image_hosting/o5c80epg.png)
  14. 发起讨论
    求问

    如果有人用摩斯密码骂人,可不可以举报

    回复 12参与人数 12
  15. 回复讨论
  16. 回复讨论

    在讨论LCA #11 WA 求调回复:

    莱德,需要我们
  17. 回复讨论

    在讨论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…
  18. 回复讨论
  19. 回复讨论

    在讨论回复:

    @[Grammar__hbw](/user/856004) 应该是原站出问题了,感谢
  20. 发起讨论

    洛谷上已经绑定了 CF的账号,提交时却还是显示 UKE,有daolao 知道原因吗?

    回复 4参与人数 4
  21. 回复讨论
  22. 回复讨论
  23. 回复讨论
  24. 回复讨论

    在讨论预告:2024 奥运会回复:

    qp
  25. 回复讨论

    在讨论没错我又来站外题求助了回复:

    ```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; } }…
  26. 发起讨论

    [rt](https://www.luogu.com.cn/discuss/850156)

    回复 0参与人数 1
  27. 发起讨论
    10 pts求调(P2580)悬棺!!!

    ```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 =…

    回复 0参与人数 1
  28. 发起讨论
    10 pts求调(P2580)

    ```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 =…

    回复 0参与人数 1
  29. 回复讨论

    在讨论没题的标签,但实际有题回复:

    P3419也是这种情况
  30. 回复讨论

    在讨论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==…