L

LJQGO

#931019

Always Keep ドラゴンコア

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

历史用户名外显

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

  1. LJQGO
    最早追溯到 2025/11/03最后捕获于 2025/11/03
  2. LJQGO
    最早追溯到 2024/07/23最后捕获于 2024/07/23

时间线

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

  1. 发起讨论
    RE 0pts求调

    ```cpp #include using namespace std; int n,q; int sz[500005]; int ltag[500005]; int rtag[500005]; int dep[500005]; int dp[500005][31]; vector >mp; void dfs(int…

    回复 0参与人数 1
  2. 发起讨论
    92PTS求调互关码风整齐可以私信

    ```cpp #include using namespace std; int n,m; int root; vector mp[20005]; int dfn[20005]; int low[20005]; int cnt; int ans[20005]; int cntt; void tarjan(int x)…

    回复 2参与人数 2
  3. 发起讨论
    0PTS求跳

    ```cpp #include using namespace std; typedef long long ll; int n,m; int MOD=1e9+7; vector mp[500005]; int cnt; int dfn[500005]; int low[500005]; int vis[500005]…

    回复 2参与人数 2
  4. 发起讨论
    10PTS求调

    ```cpp #include using namespace std; #define int long long int n; struct node { int x; int y; }a[500005]; bool cmp(node a,node b) { return a.x b.y); } signed ma…

    回复 2参与人数 2
  5. 发起讨论
    wa91.....求调qwq

    ```cpp #include using namespace std; #define int long long int n,m,t; vector e[10005]; vector ee[10005]; int dfn[10005],low[10005]; int bcj[10005]; int rt[10005…

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

    在文章题解:P1844 阅览室发表评论:

    =)
  7. 回复讨论

    在讨论错误求调qwq回复:

    @[chaojidashuaitong](luogu://user/1055148)qwq
  8. 回复讨论

    在讨论错误求调qwq回复:

    @[akaryan](luogu://user/1283989)能指出我错哪了吗 AC代码不吃qwq 不知道思路
  9. 回复讨论

    在讨论错误求调qwq回复:

    @[chaojidashuaitong](luogu://user/1055148)好像发错地方了... 我本来好像写的是蓝题来着qwq
  10. 发起讨论
    错误求调qwq

    ```cpp #include using namespace std; int n; const int INF=1e9+7; struct node { double x; double y; }a[100005]; node tmp[100005]; double dis(node a,node b) { ret…

    回复 8参与人数 8
  11. 发起讨论
    全RE...有没有大佬帮忙看看?

    ```cpp #include using namespace std; int n,k,a[25],num; int vis[25]; int sum[100]; bool flag; int ans=0; int dfs(int x) { if(x>=k) { return 0; } for(int i=0;i >…

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