hi~
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
28pts[记录](https://www.luogu.com.cn/record/264970654) 勿用 xor 处理 ``` (x^a[i].f1.to_ulong())|a[i].f2.to_ulong() ``` 改为按位与取反 ``` (x&(~a[i].f1.to_ulong()))|a[i].f2.t…
因学术不端而棕名惩罚 14 天
在讨论《新年第一帖》回复:
qpqp **Mr_2025**
在讨论《孩子不懂事随便用拉插插的》回复:
wow!
**rt** 大佬们救救我 ```cpp #include using namespace std; int target[10][10]; int lrg=5,mal=5; int sce=10; int test_h,test_l; int ibu[5]; int form[10][10]; bool note[1…
在讨论《我刚刚被JC了》回复:
@[huzhonghe2011](/user/587458) [你被骗了](https://www.luogu.com.cn/paste/cefwmf30)
在讨论《举报用户@Time_king》回复:
wyy是什么意思?
在讨论《如何快速拿到咕值》回复:
@[nyC20](/user/928962) "全谷最稀有的颜色"
大佬们帮帮我! ```cpp #include #include using namespace std; const int N=2000,M=5e4+1; int allow[10000001]; int head[N]; int hd=0,tl=0; int tot=0; int p_s,p_e,e_w; str…
代码如下 ```cpp #include using namespace std; int n,m; int p_s,p_e; int head[110001]; int tot=0; int allow[110001]; bool flag[110001]; int tl=0; int hd=0; int s[110…
在讨论《大红大紫 求调》回复:
@[诚实的抱抱熊](/user/377335) 谢谢,已改
在讨论《大红大紫 求调》回复:
@[诚实的抱抱熊](/user/377335) 什么意思?? 我的IQ=-100, 求详细一点
### 救救我!! “恭喜你喜提14/RE和2/WA!” ```cpp #include #include using namespace std; int n,m; int tot[3001][3001]; char form[3001][3001]; int head=2,tail=1; int flag[3001…