y

ybw0731

#1059455CCF 5 级

当你凝视深渊时,深渊也在被你凝视,红无条件壶关,橙绿壶关请私信

发帖
30
文章
6
互动
34
陶片
0
获赞
4
收藏
1

历史用户名外显

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

  1. ybw0731
    最早追溯到 2025/11/03最后捕获于 2025/11/09
  2. ybw0731
    最早追溯到 2025/08/30最后捕获于 2025/08/30
  3. ybw731
    最早追溯到 2024/08/09最后捕获于 2024/08/09
  4. bowenyu
    最早追溯到 2024/07/27最后捕获于 2024/07/27
  5. bowenyu
    最早追溯到 2023/11/30最后捕获于 2023/11/30

时间线

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

  1. 发起讨论
    树状数组0pts求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 0参与人数 1
  2. 发起讨论
    整体二分样例过0pts求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 0参与人数 1
  3. 评论文章

    在文章辅助摸鱼的一个小玩具——窗口透明器发表评论:

    为什么我运行之后啥也没有,也输不了东西
  4. 评论文章

    在文章NOI plus游记发表评论:

    好帅
  5. 发起讨论
    TLE75pts

    ```cpp #include using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while(s>='0'&&s k) return;…

    回复 1参与人数 1
  6. 发起讨论
    70pts求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 0参与人数 1
  7. 发起讨论
    WA 0pts求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 2参与人数 2
  8. 发起讨论
    TLE 40pts 求调

    ```cpp #include using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while(s>='0'&&s =x||k>=y||x…

    回复 1参与人数 1
  9. 发起讨论
    WA 0pts

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 0参与人数 1
  10. 发起讨论
    样例过但WA 0pts求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

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

    在讨论这哪RE了回复:

    @[glass_goldfish](luogu://user/1328469)你要么帮我调,要么别膜我
  12. 发起讨论
    这哪RE了

    ```cpp #include using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while(s>='0'&&s mp[K]; int…

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

    在讨论NOIPT1调不出来回复:

    5年级就做NOIP太巨了
  14. 评论文章

    在文章论如何在键盘的大部分标点符号都坏掉的情况下实现排序发表评论:

    其实做题只需要鼠标就行了,实在不行加个Ctrl,A,C,V
  15. 回复讨论

    在讨论0分,求調回复:

    @[X__trouser__](luogu://user/1692683)for循环顺序反一下,先1到w,再1到n
  16. 发起讨论
    MLE on #6求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 0参与人数 1
  17. 发起讨论
    WA on #2求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 1参与人数 1
  18. 回复讨论

    在讨论神奇问题回复:

    @[MergeSort](luogu://user/1367251)那我错哪了
  19. 回复讨论

    在讨论神奇问题回复:

    @[MergeSort](luogu://user/1367251)我把测试点搞了下来,结果读入没有读完
  20. 回复讨论

    在讨论神奇问题回复:

    @[MergeSort](luogu://user/1367251)那这是什么https://www.luogu.com.cn/record/249164127 第一个是没有输出
  21. 回复讨论

    在讨论神奇问题回复:

    ????
  22. 发起讨论
    神奇问题

    这代码读入竟然读不进去 ```cpp #include #define int long long using namespace std; const int N=6e5+5; int n; int a[N],s[N]; vector mp[N]; int dep[N]; int fa[N][30]; void Df…

    回复 6参与人数 6
  23. 发起讨论
    最后一点WA求条

    ```cpp #include using namespace std; #define int long long const int N=1e5+5; int n,k; struct Candy{ int x,a,b; }q[N]; int a[N]; signed main(){ cin>>n>>k; for(i…

    回复 0参与人数 1
  24. 发起讨论
    样例没过求调

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 1参与人数 1
  25. 发起讨论
    25pts求调 玄关

    ```cpp #include #define int long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=='-') f=-1; s=getchar(); } while…

    回复 1参与人数 1
  26. 发起讨论
    WA on #1 求调

    ```cpp #include #define int long long #define uint unsigned long long using namespace std; inline int read(){ int f=1,x=0; char s=getchar(); while(s '9'){ if(s=…

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

    在讨论关于批量禁止私信的通知回复:

    吓喜了
  28. 回复讨论
  29. 回复讨论

    在讨论求调(玄关)回复:

    正解广搜
  30. 评论文章