F

Ferdina_zcjb

#797354

初二(QWQ)萌新

发帖
22
文章
0
互动
95
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. Ferdina_zcjb
    最早追溯到 2025/11/19最后捕获于 2025/11/19
  2. Ferdina_zcjb
    最早追溯到 2024/03/28最后捕获于 2024/03/28
  3. Ferdina_zcjb
    最早追溯到 2023/10/21最后捕获于 2023/10/21

时间线

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

  1. 回复讨论

    在讨论关于t4回复:

    @[羊羊君的幻想](/user/416038) 正解不是同余最短路吗?
  2. 发起讨论
    大家如何看CSP-J1 T3 ?

    RT,做了一个小时才过......

    回复 6参与人数 6
  3. 回复讨论

    在讨论CSP-J 如何查看赛时代码回复:

    @[yuhaodi](/user/533773) 现在看不到,大概一周后
  4. 发起讨论
    警钟蹶烂(RE 20分的来看看)

    $M_{max} = 10^2$ $N_{max} = 10^5$ 不要写成: $M_{max} = 10^5$ $N_{max} = 10^2$

    回复 0参与人数 1
  5. 发起讨论
    警钟蹶烂

    ```cpp for(int i = 2;i <= m;++i) for(int j = 1;j <= n;++j) ``` 别写成: ```cpp for(int i = 2;i <= m;++i) for(int j = 1;j <= m;++j) ```

    回复 2参与人数 2
  6. 回复讨论

    在讨论blog的变异回复:

    @[Koji_Tasho](/user/635555) 也谢谢你的帮助
  7. 回复讨论

    在讨论blog的变异回复:

    @[Koji_Tasho](/user/635555) 并没有改
  8. 回复讨论

    在讨论blog的变异回复:

    @[Koji_Tasho](/user/635555) 突然发现别人 blog 也变了。
  9. 回复讨论

    在讨论blog的变异回复:

    @[Koji_Tasho](/user/635555) 啥事更改网页编码
  10. 回复讨论

    在讨论blog的变异回复:

    @[wanguan](/user/719577) 好奇怪,图床也上传不了了(可能不是永远
  11. 发起讨论
    blog的变异

    为什么我的 blog 变得全是问号?

    回复 10参与人数 10
  12. 回复讨论

    在讨论C++10分求助回复:

    ```cpp #include using namespace std; char s[1002][1002]; int n, m, b[100002][3],ans[100002], f[1002][1002], visit[1002][1002] = {0}; int dfs(int x, int y,int tm…
  13. 回复讨论

    在讨论C++10分求助回复:

    @[fire_wolf](/user/690669) 可以加记忆化(按道理就能过了)。
  14. 回复讨论

    在讨论C++10分求助回复:

    ```cpp #include using namespace std; char s[1002][1002]; int n, m, b[100002][3], f[1002][1002], visit[1002][1002] = {0}; int dfs(int x, int y) { if (visit[x][y]…
  15. 回复讨论

    在讨论站外题,求调回复:

    建议打好基础!QWQ(不一定改完了,但尽力了)
  16. 回复讨论

    在讨论站外题,求调回复:

    ```cpp #include #include #include #include #include #include #include using namespace std; string s; int he; int n[9]; int main() { cin>>s; for(int i=0;i<s.leng…
  17. 回复讨论

    在讨论站外题,求调回复:

    @[Konnyaku_q](/user/512587)
  18. 回复讨论

    在讨论80分 #5TLE回复:

    @[Sunshine_su](/user/758792) 记忆化
  19. 回复讨论

    在讨论求助!改了两天了还是只有60分回复:

    @[TerryBreathe98](/user/906635) ```cpp #include using namespace std; long long n,e,d,k; int main(){ //freopen("decode3.in","r",stdin); //freopen("decode3.ans","…
  20. 回复讨论

    在讨论退役选手关于 CSP 的问题回复:

    @[zjf2012](/user/1043192) 同上
  21. 回复讨论

    在讨论P3378 8分求助(手工队列)回复:

    @[IOI_officialaccount](/user/964579) 建议用 $priority \ queue$ 捏。
  22. 回复讨论

    在讨论为什么?回复:

    @[Iam_God](/user/813622) 小朋友居然偷偷内卷
  23. 回复讨论

    在讨论为什么?回复:

    @[sxy2012yutiti](/user/729386) 但为什么只用改w/100就能过啊? 我认为他对 $fs$ 的运用只是为了存储答案,并无影响。
  24. 回复讨论

    在讨论为什么?回复:

    @[sxy2012yutiti](/user/729386) 不应该是 w/100的原因吗?
  25. 回复讨论

    在讨论为什么?回复:

    @[Iam_God](/user/813622) 考虑内部除,以免影响精度
  26. 回复讨论

    在讨论为什么?回复:

    @[Iam_God](/user/813622) 同上。 ```cpp #include using namespace std; int n,t[1001]; double w; signed main(){ // freopen("online.in","r",stdin); // freopen("online.…
  27. 回复讨论

    在讨论为什么在vs能跑在这编译失败回复:

    @[Redeption](/user/1029768) 我不太会用 VS code......
  28. 回复讨论

    在讨论坐标SC S组分数线全国最高(目前我看到的)回复:

    @[FjiangY_Ehco](/user/564147) 不然呢?
  29. 回复讨论

    在讨论坐标SC S组分数线全国最高(目前我看到的)回复:

    @[FjiangY_Ehco](/user/564147) ???
  30. 回复讨论

    在讨论坐标SC S组分数线全国最高(目前我看到的)回复:

    @[FjiangY_Ehco](/user/564147) 是啊