I will AFO after CSP2026 || 100%壶关,3天内回,忘了私 || 黄河之水天上来,飞入寻常百姓家 || 明知山有虎,别去明知山 || 作为一个过来人,我建议你们别过来 || 不听老人言,耳朵更清闲
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《FeSo4OI Long Round #1 赛后总结帖》回复:
qp
在讨论《(五金四银六铜)2026 年米兰科尔蒂纳冬奥会专题讨论帖》回复:
 中国加油qwq
在讨论《2025 年度总结已上线》回复:
 榜上有名是什么?
我这段代码在本地能够运行,但交在洛谷上就CE了(C++14 (GCC 9) O2) :::warning[编译器返回] 编译失败 ``` No valid executable file was produced by the compiler ./ccfle54K.o: in function `_GLOBAL__s…
在讨论《80pts求条【悬棺】》回复:
@[ZhangTianle](luogu://user/1201322)@[px_poxiao](luogu://user/1847473) ok,AC了。感谢大佬! 已关
```cpp #include #define int long long using namespace std; int aa[210],bb[210];//aa和bb是A和B各自出拳的周期 int a[40010],b[40010];//用来存长度相等后的猜拳序列 signed main(){ int n; in…
在讨论《40pts 求调【悬棺】》回复:
@[wuyuncheng](luogu://user/1227964) 噢噢,手滑了 已关
在讨论《40pts 求调【悬棺】》回复:
@[wuyuncheng](luogu://user/1227964) ?我结构体里定义的是int啊
```cpp #include #define int long long using namespace std; string s=""; struct node{//ans11[i].h表示11分制下第i局华华的得分;ans21[i].h表示21分制下第i局华华的得分 int h,d; }ans11[2510],…
```cpp #include #define int long long using namespace std; int t[10]; bool check(int x,int y,int z){//判断三个数是否每个数位1-9只出现过一次 int ge=x%10,shi=x/10%10,bai=x/100%10;…
在讨论《TEL on #1 #2 #4求条【悬棺】》回复:
@[_second_coming_](luogu://user/1373638) OK,感谢大佬 已关
在讨论《TEL on #1 #2 #4求条【悬棺】》回复:
@[_second_coming_](luogu://user/1373638) >TEL > 打错了[捂脸] 问下这个dfs需要剪枝吗?
```cpp #include #define int long long using namespace std; int n,ans,fa[10010][11]; int a[10010]; void dfs(int tl,int mw){ if(tl==11){ if(mw==n){ ans++; for(int…
在讨论《洛谷 10 月月赛 II & FAOI-R8 赛时答疑帖》回复:
QP
在讨论《【优先晋级线公布】CSP-J/S 初赛讨论帖》回复:
rp++
在文章《CSP初赛知识点梳理》发表评论:
%%%
在讨论《郑州一中公开赛 2025 赛时答疑帖》回复:
qp
在讨论《LGR-231 比赛违规名单》回复:
qp
在讨论《洛谷入门赛 #36 赛时答疑》回复:
hp
在讨论《IAOI、梦熊周赛作弊名单》回复:
神贴留名
在讨论《20pts求条【悬棺】》回复:
@[奈芙蓮](luogu://user/1293516) 过了,感谢大佬 已给关
[题目](https://www.luogu.com.cn/problem/B3850) ```cpp #include #define int long long using namespace std; int ans[15]; signed main(){ int n; cin>>n; while(n--){ i…
在讨论《33pts求条【悬棺】》回复:
@[0zhouyq](luogu://user/660641)@[Yxa_Sheep](luogu://user/1459071) 谢谢大佬,都给关了
在讨论《LGR-230 作弊名单(棕 130 人)》回复:
>你的行为极其侮辱管理员的智商
在讨论《LGR-230 作弊名单(棕 130 人)》回复:
qpzc
[题目](https://www.luogu.com.cn/problem/B4068) 33分代码: ```cpp #include #define int long long using namespace std; int a[3010]={0,1}; bool vis[3010]={0,1}; signed m…
在讨论《关于题解规范的补充规定》回复:
qpzc
在讨论《洛谷基础赛 #23 赛后总结帖》回复:
qp
```cpp #include #define int long long using namespace std; int a[66666],b[66666]; signed main(){ int k,m,n; cin>>k>>m>>n; for(int i=1;i >a[i]>>b[i]; } for(int i…
在讨论《10pts求条》回复:
@[HakureiReimu_cjrljpx](luogu://user/765859) 噢,手滑写错了... 谢谢大佬