R

Resonate

#753553CCF 5 级

你会忘记我吗 | 别看我啦已经AFO啦在家放假啦

发帖
46
文章
2
互动
206
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. Resonate
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. Resonate
    最早追溯到 2025/02/07最后捕获于 2025/02/07
  3. clzzw666
    最早追溯到 2025/01/03最后捕获于 2025/01/03
  4. clzzw666
    最早追溯到 2024/12/24最后捕获于 2024/12/24
  5. clzzw666
    最早追溯到 2024/12/12最后捕获于 2024/12/12
  6. clzzw666
    最早追溯到 2024/12/07最后捕获于 2024/12/07
  7. clzzw666
    最早追溯到 2023/11/25最后捕获于 2023/11/25
  8. clzzw_china
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 评论文章
  2. 回复讨论

    在讨论LACPT-Open 题单征集回复:

    @[bzy](luogu://user/213388) 经多次检测发现,ChatGPT o3-mini及o3-mini-high对[P10735 [NOISG 2019 Prelim] Square or Rectangle?](https://www.luogu.com.cn/problem/P10735)中的题目限…
  3. 回复讨论

    在讨论LACPT-Open 题单征集回复:

    @[Resonate](luogu://user/753553) [o3-mini聊天记录及代码下载](https://clzzw666.lanzouu.com/imS9l2n1awyd)
  4. 回复讨论

    在讨论LACPT-Open 题单征集回复:

    [P10735 [NOISG 2019 Prelim] Square or Rectangle?](https://www.luogu.com.cn/problem/P10735) 有点思维的交互题,考察调试能力 另:o3-mini挑战失败(给了题解的非代码部分),deepseek-r1思路正确(无帮助,[思路老长,无…
  5. 评论文章

    在文章Q&A * 30(13/30)发表评论:

    讲出关于我的最好笑(玩)的故事qwq
  6. 回复讨论

    在讨论为什么我的代码会RE回复:

    @[tangyiqi](luogu://user/1349478) 这题不能这么写
  7. 回复讨论

    在讨论为什么我的代码会RE回复:

    @[tangyiqi](luogu://user/1349478) 我再看看其他地方
  8. 回复讨论

    在讨论为什么我的代码会RE回复:

    @[tangyiqi](luogu://user/1349478) 请将字符串 ans 初始化
  9. 回复讨论

    在讨论求助结构体在multiset中的删除操作回复:

    @[skella_](luogu://user/667795)@[Hagasei](luogu://user/383785)@[da17_](luogu://user/776873) 谢谢各位,gpt也是这么说的,已关 尝试在 `operatop<` 中加各种区分,失败 换算法了
  10. 发起讨论
    求助结构体在multiset中的删除操作

    测试code: ```cpp #include #define int long long using namespace std; struct node{ int dis,l,r,q_s; bool operator (q_s-dis);} }; multiset >p; signed main() { p.ins…

    回复 4参与人数 4
  11. 发起讨论
    求助multiset的删除函数

    核心有问题的代码需要下午提出来,就先放赛时代码 题:https://www.luogu.com.cn/problem/P3113 code: ```cpp #include #define int long long #define lb(x) (x&-x) using namespace std; int T; vo…

    回复 2参与人数 2
  12. 回复讨论
  13. 发起讨论
    [ABC217D] Cutting Woods阉割版线段树原因及求调

    ```cpp #include #define int long long using namespace std; char buf[1 '9') { if (c=='-') f=-1; c=getchar(); } while (c>='0' && c 9) print(x/10); putchar(x%10+'0…

    回复 1参与人数 1
  14. 发起讨论
    string赋值疑问?

    ```cpp #include #define int long long using namespace std; string a[2],aa; signed main() { cin>>a[1]>>a[2]; cout<<a[1].size()<<" "<<a[2].size()<<" "<<a[1]<<" "<…

    回复 0参与人数 1
  15. 发布文章
    主页

    # 原主页 - [x] 0% - [ ] 25% - [ ] 50% - [ ] 75% - [ ] 100% https://blog.csdn.net/fengshi_fengshi/article/details/142722476 https://zhuanlan.zhihu.com/p/487406915 h…

    获赞 0评论 0
  16. 回复讨论

    在讨论define max致TLE?回复:

    @[LionBlaze](luogu://user/911054) 找不到了看的是哪篇卡常技巧了。。。 随便找到了一篇: 9.max 手打???比???函数快一点。 ```cpp inline int max(int x,int y){return (x>y)?x:y;} ``` 10.min 手打 min???比 m…
  17. 发布文章
    警示后人

    按时间排序~ ## 1. > [define max致TLE?(2024.12.24)](https://www.luogu.com.cn/discuss/1027217) > > 建议不用宏定义,用必谨慎,max()中的函数会被调用多次 ## 2. > [求助结构体在multiset中的删除操作(2025.1.23)…

    获赞 0评论 0
  18. 回复讨论

    在讨论define max致TLE?回复:

    @[Grammar__hbw](luogu://user/856004) 崩溃了,调了2天,谢谢了 ~~以后再也不相信网上的鬼话了~~
  19. 回复讨论

    在讨论define max致TLE?回复:

    仅有2、3行差异
  20. 发起讨论
    define max致TLE?

    [题](https://www.luogu.com.cn/problem/P3437) ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLYAAAHjCAYAAAA+HZZ2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcE…

    回复 6参与人数 6
  21. 回复讨论

    在讨论大牢求救回复:

    ```cpp #include using namespace std; struct student{ string name; int age; double grade; }; student st[100]; int main(){ int n; cin>>n; for(int i=0;i >st[i].nam…
  22. 回复讨论

    在讨论建议去除“分块”标签回复:

    @[Melo_DDD](luogu://user/750292) 来,请把您的代码给我看看?
  23. 回复讨论

    在讨论分块求卡常回复:

    @[imzfx_Square](luogu://user/936183) 根据我的初略计算,改成预处理就快了最多0.2s,可要卡掉7s。。。
  24. 发起讨论
    建议去除“分块”标签

    [真的卡不过去啊](https://www.luogu.com.cn/discuss/1015472) 且tj第一篇也不行

    回复 6参与人数 6
  25. 回复讨论

    在讨论分块求卡常回复:

    @[imzfx_Square](luogu://user/936183)@[yanxu_cn](luogu://user/733734) 好的,我试试
  26. 发起讨论
    分块求卡常

    进来就帮我卡卡代码吧,谢谢 ~~8s卡到1s~~ TLE on #21 ``` #include #define int long long using namespace std; inline int read() { int x=0,f=1; char c=getchar(); while (c '9') { i…

    回复 9参与人数 9
  27. 发起讨论
    建议加强数据

    见这个[提交](https://www.luogu.com.cn/record/190498142) 这个部分 ```cpp signed main() { cin>>n>>m; for(int i=1;i >nums[i]; maxn=max(maxn,nums[i]); minn=min(minn,nums[i])…

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

    在讨论婧偲后人回复:

    hey
  29. 回复讨论

    在讨论求HACK回复:

    ``` 10 5 78 55 17 28 59 25 19 52 95 73 49 93 46 100 21 83 43 20 97 3 1 10 2 84 3 51 4 8 5 34 ```
  30. 发起讨论
    RE求调

    赛时忘了 multiset 怎么只去一个值(如果有多个),于是多用了 map 来记录个数,此代码诞生 ```cpp #include #define int long long using namespace std; int n,qq; multiset q[222222]; map a[222222]; pair…

    回复 0参与人数 1