i

ikun_HYZ

#949489CCF 4 级

I will AFO after CSP2026 || 100%壶关,3天内回,忘了私 || 黄河之水天上来,飞入寻常百姓家 || 明知山有虎,别去明知山 || 作为一个过来人,我建议你们别过来 || 不听老人言,耳朵更清闲

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

历史用户名外显

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

  1. ikun_HYZ
    最早追溯到 2025/12/09最后捕获于 2025/12/09
  2. ikun_HYZ
    最早追溯到 2025/01/23最后捕获于 2025/11/26
  3. ikun_HYZ
    最早追溯到 2023/11/03最后捕获于 2023/11/03
  4. HYZ13500381138
    最早追溯到 2023/11/02最后捕获于 2023/11/02
  5. HYZ13500381138
    最早追溯到 2023/10/22最后捕获于 2023/10/22

时间线

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

  1. 回复讨论
  2. 回复讨论

    在讨论(五金四银六铜)2026 年米兰科尔蒂纳冬奥会专题讨论帖回复:

    ![](https://cdn.luogu.com.cn/upload/image_hosting/qrgye1lk.png) 中国加油qwq
  3. 回复讨论

    在讨论2025 年度总结已上线回复:

    ![](https://cdn.luogu.com.cn/upload/image_hosting/z578y1xr.png) 榜上有名是什么?
  4. 发起讨论
    离奇错误

    我这段代码在本地能够运行,但交在洛谷上就CE了(C++14 (GCC 9) O2) :::warning[编译器返回] 编译失败 ``` No valid executable file was produced by the compiler ./ccfle54K.o: in function `_GLOBAL__s…

    回复 4参与人数 4
  5. 回复讨论

    在讨论80pts求条【悬棺】回复:

    @[ZhangTianle](luogu://user/1201322)@[px_poxiao](luogu://user/1847473) ok,AC了。感谢大佬! 已关
  6. 发起讨论
    80pts求条【悬棺】

    ```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…

    回复 4参与人数 4
  7. 回复讨论

    在讨论40pts 求调【悬棺】回复:

    @[wuyuncheng](luogu://user/1227964) 噢噢,手滑了 已关
  8. 回复讨论

    在讨论40pts 求调【悬棺】回复:

    @[wuyuncheng](luogu://user/1227964) ?我结构体里定义的是int啊
  9. 发起讨论
    40pts 求调【悬棺】

    ```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],…

    回复 2参与人数 2
  10. 发起讨论
    40pts求条【悬棺】

    ```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;…

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

    在讨论TEL on #1 #2 #4求条【悬棺】回复:

    @[_second_coming_](luogu://user/1373638) OK,感谢大佬 已关
  12. 回复讨论

    在讨论TEL on #1 #2 #4求条【悬棺】回复:

    @[_second_coming_](luogu://user/1373638) >TEL > 打错了[捂脸] 问下这个dfs需要剪枝吗?
  13. 发起讨论
    TEL on #1 #2 #4求条【悬棺】

    ```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…

    回复 6参与人数 6
  14. 回复讨论
  15. 回复讨论
  16. 评论文章

    在文章CSP初赛知识点梳理发表评论:

    %%%
  17. 回复讨论
  18. 回复讨论
  19. 回复讨论
  20. 回复讨论

    在讨论IAOI、梦熊周赛作弊名单回复:

    神贴留名
  21. 回复讨论

    在讨论20pts求条【悬棺】回复:

    @[奈芙蓮](luogu://user/1293516) 过了,感谢大佬 已给关
  22. 发起讨论
    20pts求条【悬棺】

    [题目](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…

    回复 2参与人数 2
  23. 回复讨论

    在讨论33pts求条【悬棺】回复:

    @[0zhouyq](luogu://user/660641)@[Yxa_Sheep](luogu://user/1459071) 谢谢大佬,都给关了
  24. 回复讨论

    在讨论LGR-230 作弊名单(棕 130 人)回复:

    >你的行为极其侮辱管理员的智商
  25. 回复讨论
  26. 发起讨论
    33pts求条【悬棺】

    [题目](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…

    回复 5参与人数 5
  27. 回复讨论
  28. 回复讨论
  29. 发起讨论
    10pts求条

    ```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…

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

    在讨论10pts求条回复:

    @[HakureiReimu_cjrljpx](luogu://user/765859) 噢,手滑写错了... 谢谢大佬