l

luoyuai

#654798

这名用户暂未设置签名。

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

历史用户名外显

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

  1. luoyuai
    最早追溯到 2025/11/04最后捕获于 2025/11/04
  2. luoyuai
    最早追溯到 2024/05/09最后捕获于 2024/05/09

时间线

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

  1. 发起讨论
    二分求调!

    主要思路是查找最先到达且能使用同一个廊桥的 ``` #include using namespace std; const int N=1e5+10; int n,m1,m2; int s1[N],s2[N],cnt1,cnt2,bac,ans; struct node{ int a,b,id=0; }q1[N],q2…

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

    在讨论wa#12!回复:

    抱歉,没看到从顶点1 出发能到达的负环
  3. 发起讨论
    wa#12!

    ``` #include using namespace std; const int N=1e6; int n,m; int dist[N]; int vis[N]; int cnt[N]; struct node{ int to; int w; }; vector g[N]; bool spfa(){ memset…

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