J

Jimmy22

#7820

这名用户暂未设置签名。

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

历史用户名外显

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

  1. Jimmy22
    最早追溯到 2025/11/18最后捕获于 2025/11/18

时间线

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

  1. 回复讨论

    在讨论为什么不是背包问题?回复:

    [codec ] ```cpp #include #include #include using namespace std; typedef struct Cpet { int s, e; Cpet(int s, int e) :s(s), e(e){}; }; int N; vector best; vector…
  2. 发起讨论
    为什么不是背包问题?

    ```cpp #include #include #include using namespace std; typedef struct Cpet { int s, e; Cpet(int s, int e) :s(s), e(e){}; }; int N; vector best; vector cps; bool…

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

    在讨论神奇的数据回复:

    居然踢了同一个人不止两次,这也太残酷了
  4. 发起讨论
    为啥树上直接线段树超时?

    不用树链剖分的方法,而是在树上直接用类似线段树的方法。 树上记录当前结点的子节点install的数量cnt和uninstall的lazytag。 install的时候先从根节点update到当前结点,然后再返回根节点0,沿路计算install个数。 uninstall的时候从当前结点到根节点0,判断是否存在lazyta…

    回复 2参与人数 2
已经到最早的记录