g

gaotianming

#1273262CCF 5 级

是你让我勇敢不再像颗尘埃 || 我许愿能和你长相守

发帖
7
文章
1
互动
13
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. gaotianming
    最早追溯到 2025/12/03最后捕获于 2026/02/11
  2. gaotianming
    最早追溯到 2024/08/15最后捕获于 2025/11/03

时间线

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

  1. 发起讨论
    求条

    ```cpp #include #define int long long using namespace std; const int N=5e4+50; int n,q; int a[N]; int op,x,y; struct Info{ int ans,sum,qian,hou; }; struct node{…

    回复 0参与人数 1
  2. 回复讨论
  3. 回复讨论

    在讨论为什么用char存0分改成bool就A了回复:

    AC了此帖结
  4. 回复讨论

    在讨论为什么用char存0分改成bool就A了回复:

    @[zhangchi1234](luogu://user/1048780)OK,感谢大佬
  5. 回复讨论

    在讨论为什么用char存0分改成bool就A了回复:

    @[zhangchi1234](luogu://user/1048780)-'0'了也0分
  6. 发起讨论
    为什么用char存0分改成bool就A了

    ``` #include #define int long long using namespace std; const int N=5e5+50; int n,m; int b,c; bool s[N]; int ch[N][5],idx,cnt[N],ed[N]; void insert(bool s[]){ i…

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

    在讨论30求条回复:

    @[Fine_Dust_Z](luogu://user/1317007)改成40分了
  8. 回复讨论

    在讨论30求条回复:

    @[SilverChariotRequiem](luogu://user/1271351)?
  9. 回复讨论

    在讨论30求条回复:

    @[Fine_Dust_Z](luogu://user/1317007)可
  10. 发起讨论
    30求条

    ``` #include #define int long long using namespace std; const int N=3e5+50; int T,n; struct node{ int v,s; }e[N]; bool cmp(node x,node y){ return x.v >T; while(…

    回复 9参与人数 9
  11. 回复讨论

    在讨论90求条回复:

    @[Fine_Dust_Z](luogu://user/1317007)我开小了 开大点就A了
  12. 回复讨论

    在讨论90求条回复:

    @[Fine_Dust_Z](luogu://user/1317007)数组开小了
  13. 发起讨论
    90求条

    ``` #include using namespace std; #define int long long #define inf 0x3f3f3f3f3f3f3f3f #define ll p >1; build(ll,l,m); build(rr,m+1,r); push_up(p); } void add(i…

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

    在讨论79求调回复:

    @[Ithaqua_](luogu://user/1393222)可
  16. 回复讨论

    在讨论79求调回复:

    @[Lyzc0dr](luogu://user/1420422)感谢dalao
  17. 发起讨论
    79求调

    ``` #include #define int long long using namespace std; const int N=1e5+10; int n,m,ans,res,p[N]; struct Edge{ int x,y,z; }e[N]; const bool cmp(Edge x,Edge y){…

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

    在讨论20 求调回复:

    @[zzx11211_floyd](luogu://user/1486883) 已关 蟹蟹
  19. 发布文章
    最小生成树(Kruskal)

    ~~这是本蒟蒻的第一篇article(值得一看~~) 首先,我们先了解最小生成树的概念 **一、概念:** 对于一个带权连通无向图G,权值之和最小的那颗生成树(生成树是什么我在这里就不解释了)称为G的最小生成树。 接着,我们来看一下它的性质都有哪些 **二、性质** 1. 图G的最小生成树不唯一(这里说的是树形),但当…

    获赞 0评论 1
  20. 发起讨论
    0分求调

    ```cpp #include using namespace std; const int N=10; double s,c,h,p,n; struct node{ double d,v,l; }a[N]; double ans=0,pre; int main(){ cin>>s>>c>>h>>p>>n; a[0].…

    回复 0参与人数 1
  21. 发起讨论
    20 求调

    ```cpp #include using namespace std; const int N=50010; int n,a[N],f[N],maxn; int main(){ cin>>n; for(int i=1;i >a[i]; } for(int i=1;i<=n;i++){ f[i]=1; for(int…

    回复 2参与人数 2
已经到最早的记录