这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【初评成绩已出】CSP-J/S 2024 第二轮信息收集汇总》回复:
CSP-J/S 2024 RP ++ ! ! !
这个代码是 $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] ,…
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 ,…
在讨论《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…
在讨论《【注意第二轮缴费】CSP-J/S 2024 第一轮信息收集汇总》回复:
rp ++
在讨论《这道题怎么变绿了》回复:
@[Manipula](/user/963247) 可能是我太菜了吧,刷题去了(哭哭)