x

xuhaoyu_

#1127003

这名用户暂未设置签名。

发帖
4
文章
0
互动
17
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. xuhaoyu_
    最早追溯到 2023/12/16最后捕获于 2023/12/16

时间线

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

  1. 回复讨论

    在讨论悬关回复:

    哦n没输入就清空了
  2. 发起讨论
    悬关

    ```cpp #include #define IOS ios::sync_with_stdio(0) , cin.tie(0) , cout.tie(0) #define INF 1e12 #define int long long using namespace std; const int N = 3e3 + 1…

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

    在讨论求调回复:

    ```c for(int s = 1;s <= n;++ s){ if(a[s].id != pos) continue; for(int t = s + 1;t <= n;++ t){ if(a[t].id != pos) continue; if(dp[s][t] == INF) continue; double…
  4. 发起讨论
    求调

    ```cpp #include #define IOS ios::sync_with_stdio(0) , cin.tie(0) , cout.tie(0) #define INF 0x3f3f3f3f #define LL long long using namespace std; const int N = 16…

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

    在讨论请求添加题解回复:

    这不可能没有
  6. 回复讨论
  7. 回复讨论
  8. 回复讨论
  9. 回复讨论
  10. 回复讨论
  11. 回复讨论
  12. 回复讨论
  13. 回复讨论
  14. 回复讨论
  15. 回复讨论

    在讨论CF1967A这题一篇题解也没有,但已不接受新题解提交,是为什么?回复:

    @[JT_JT_](/user/1219110) 我自己写了一下不是很水
  16. 发起讨论
  17. 回复讨论

    在讨论C98 #1#2#4#9 AC,其余T回复:

    book[nextx][nexty]=1; dfs(nextx,nexty); book[nextx][nexty]=0;//这行不要
  18. 回复讨论

    在讨论C98 #1#2#4#9 AC,其余T回复:

    为什么要回溯?
  19. 发起讨论
    UKE?

    (https://www.luogu.com.cn/record/159337330)

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

    在讨论80求调,第二个点WA回复:

    maxx的初值不对 改为maxx = -1e9
  21. 回复讨论

    在讨论P1102 A-B 数对回复:

    用map映射 不知道你有没有学过
已经到最早的记录