M

Mistletoes

#111081

Who's to say where the wind will take you? Who's to say what it is will break you?

发帖
6
文章
0
互动
3
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. Mistletoes
    最早追溯到 2025/11/20最后捕获于 2025/11/20
  2. Mistletoes
    最早追溯到 2023/10/29最后捕获于 2023/10/29

时间线

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

  1. 回复讨论
  2. 发起讨论
    CSP能用set,map和lower_bound吗

    如题

    回复 3参与人数 3
  3. 发起讨论
    求助 第个7点WA掉了

    在CF上交,第7个点是RE 在洛谷上交,第7个点WA。。。 ```cpp /*将每条边删去的时间戳记为这条边的权值, 如果将边权从大到小(即在时间上从后往前)建起Kruskal重构树的话, 每个子树都代表着一个时间点上的联通块*/ #include #include #include using namespace s…

    回复 2参与人数 2
  4. 发起讨论
    为什么莫名其妙就CE了

    ``` #include #include #include #include #include #include using namespace std; typedef long long ll; const int MAXN=900005; char t[MAXN]; int s[MAXN]; int N,M,T…

    回复 1参与人数 1
  5. 发起讨论
    蒟蒻求助 龙虎斗96分

    ``` #include #include #include using namespace std; int n,m,p1,s1,s2,c[100005]; long long dragon,tiger,dis,ans; int main(){ //freopen("testdata(1).in","r",stdin…

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

    在讨论为什么WA了回复:

    ```#include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[5001],d…
  7. 回复讨论

    在讨论为什么WA了回复:

    (暂无内容)
  8. 发起讨论
    求助

    ```cpp #include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[500…

    回复 0参与人数 1
  9. 发起讨论
    为什么WA了

    #include #include #include using namespace std; const int inf=0x7fffffff; struct node{ int u,v,w,f,next; }edge[10020]; int n,m,s,t,cnt,head[5001],pre[5001],dis[…

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