p

polar_bear_of_qsh

#1726806

灵魂体

发帖
14
文章
0
互动
73
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. polar_bear_of_qsh
    最早追溯到 2025/11/03最后捕获于 2025/11/18
  2. f1qazxsw23edc
    最早追溯到 2025/07/01最后捕获于 2025/07/01

时间线

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

  1. 回复讨论

    在讨论WA 37pts求调,玄关回复:

    没事了,删掉`g[u].push_back((node){v,-w});`就过了
  2. 发起讨论
    WA 37pts求调,玄关

    AC on #2#4#6#11 ```cpp #include #include #include #include using namespace std; struct node{ int v,w; }; int n,m,d[50000],cnt[50000]; bool in[50000]; vector g[5…

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

    在讨论help,TLE #3回复:

    @[Seg_Fault](luogu://user/1442574) A了,把vector >g[100005]; 的pair 换成结构体1.09s->400ms
  4. 回复讨论

    在讨论help,TLE #3回复:

    @[cd5dzy](luogu://user/1660467) if(vis[v])continue;写了
  5. 回复讨论

    在讨论help,TLE #3回复:

    @[cczzx01_cui](luogu://user/1063815) 没反啊
  6. 回复讨论

    在讨论help,TLE #3回复:

    @[zxChicken_fAKer](luogu://user/1282570) 大根堆,负值入队
  7. 发起讨论
    help,TLE #3

    ```cpp #include #include #include #include using namespace std; bool vis[100005]; int n,m,x,y,v,d[100005],s; vector >g[100005]; priority_queue >q; void dijkstra…

    回复 10参与人数 10
  8. 发起讨论
    help,Subtask #1 #1 WA

    ```cpp #include #include using namespace std; int n,m; int f[1000][1000]; int main(){ ios::sync_with_stdio(false); cin.tie(0); cin>>n>>m; memset(f,63,sizeof f);…

    回复 0参与人数 1
  9. 发起讨论
    展示超长if else

    ```cpp #include #include #include #include #include using namespace std; const int MAXN=4e5; vector g[MAXN]; int d[MAXN],cf[MAXN],n,m,a[MAXN],up[32][MAXN],ans;…

    回复 1参与人数 1
  10. 发起讨论
    WA #11,12,13,14,求调

    ```cpp #include #include #include #include using namespace std; const int maxn=300005; struct edge{ int v,w; }; vector e[maxn]; int c,n,s,de[maxn],f[maxn],d[max…

    回复 0参与人数 1
  11. 发起讨论
    数据范围hyw

    $n #include using namespace std; int ans,a[200],n,minn=1e9; vector g[200]; void dfs(int u,int f,int l){ ans+=l*a[u]; for(auto v:g[u]){ if(v==f)continue; dfs(v,u…

    回复 1参与人数 1
  12. 发起讨论
    为什么num[1]=1

    ## RT 为什么不是num[1]=0 ```cpp #include #include #include using namespace std; const int maxn=1e6+10; const long long mod=1e9+7; int nex[maxn],num[maxn]; int main()…

    回复 0参与人数 1
  13. 回复讨论

    在讨论help,玄关回复:

    ```cpp #include #include using namespace std; int ha[200005],pw[200005]/*,ha1[200005],pw1[200005]*/; unordered_map f/*,f1*/; const int mod1=1e9+7,mod2=1e9+9; in…
  14. 发起讨论
    help,玄关

    ### WA10 ```cpp #include #include using namespace std; int ha[200005],pw[200005],ha1[200005],pw1[200005]; unordered_map f; const int mod1=1e9+7,mod2=1e9+9; int…

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

    在文章2026 春晚魔术题解发表评论:

    qp
  16. 回复讨论
  17. 回复讨论

    在讨论求解惑回复:

    @[WHY20231202](luogu://user/958051) 上面用了下面忘用了......
  18. 发起讨论
    求解惑

    **为什么我用题目给的快读还没`cin.tie(0)`跑得快** 快读 $49pts$ ```cpp #include using namespace std; int n,m,l[100005],f[100005][100]; inline int read(){ int x=0,f=1;char ch=getcha…

    回复 4参与人数 4
  19. 评论文章

    在文章警示后人发表评论:

    很明显,图片看不清
  20. 评论文章

    在文章警示后人发表评论:

    已完成今日大学习
  21. 评论文章

    在文章NOIP2025 个人题解 - LCA发表评论:

    orz
  22. 评论文章

    在文章NOIP 有啥必知道的 9 个 trick发表评论:

    啥必 知道的 9 个 trick
  23. 评论文章

    在文章怎么科学备战 NOIP发表评论:

    还有生/化竞大佬
  24. 评论文章

    在文章怎么科学备战 NOIP发表评论:

    本文包含医学建议,请谨慎。
  25. 评论文章

    在文章OI 比赛技术动作 & 注意事项集合发表评论:

    O(ans) 做法
  26. 评论文章

    在文章从百草园训到三味书屋发表评论:

    好文
  27. 评论文章

    在文章O(1) 排序算法发表评论:

    求全文
  28. 评论文章

    在文章CSP-J2025游记发表评论:

    %%%
  29. 评论文章

    在文章CSPS发表评论:

    做干净的奥赛。
  30. 评论文章

    在文章CSP-S2025 游记:没人告诉我 NOI Linux 有编译器 bug 啊?发表评论:

    我以前有同学遇到过开了 O3 原地爆0的神秘情况