t

tang2010526

#1340300

这名用户暂未设置签名。

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

历史用户名外显

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

  1. tang2010526
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. tang2010526
    最早追溯到 2024/10/21最后捕获于 2024/10/21
  3. tang2010526
    最早追溯到 2024/08/19最后捕获于 2024/08/19

时间线

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

  1. 回复讨论
  2. 发起讨论
    为什么

    这个代码是 $0$ 分 ```cpp #include #define qwq ios::sync_with_stdio(false);cin.tie(0);cout.tie(0); using namespace std; const int N = 5e5 + 5; int n , m , s , lg[N] ,…

    回复 2参与人数 2
  3. 发起讨论
    75 pits WA on#4 , 13 , 14 , 19 , 20 求条

    rt 代码: ```cpp #include using namespace std; const int N = 3e3 + 5; int dx[5] = {0 , -1 , 0 , 1 , 0}; int dy[5] = {0 , 0 , 1 , 0 , -1}; struct tree{ int t , x ,…

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

    在讨论TLE 72 pts,原因:树过高。求优化回复:

    用 $dfs$ 对每一个值预处理,只用处理 $[1 , 10^5]$ 的值即可, $dfs$ 的过程类似于二分 ```cpp #include using namespace std; const int N = 5e5 + 5; const int MAX_N = 1e5 + 5; struct node{ int…
  5. 回复讨论
  6. 回复讨论

    在讨论这道题怎么变绿了回复:

    @[Manipula](/user/963247) 可能是我太菜了吧,刷题去了(哭哭)
  7. 发起讨论
    这道题怎么变绿了

    高精度 + 区间dp + 终值处理 个人感觉还是有蓝的吧 ~~当然你如果用的 _int128 另算~~

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