J

Joker_Wang

#530207

这名用户暂未设置签名。

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

历史用户名外显

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

  1. Joker_Wang
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 发起讨论
    求助,蒟蒻RE和T了不知道怎么办

    ```cpp #include using namespace std; const int N=1e6+5; struct node { int l,r,s; }a[N]; int n; bool cmp(node a,node b) { if(a.r>b.r) return true; return a.l>b.l…

    回复 1参与人数 1
  2. 发起讨论
    蒟蒻求助!!!

    ``` #include using namespace std; int a,b,c; bool vis[20]; bool fun(int x,int y,int z) { memset(vis,0,sizeof(vis)); while(x!=0) { if(x%10==0) { return false; }…

    回复 1参与人数 1
  3. 发起讨论
    大蒟蒻求助

    原代码(WA两个点九十) ``` #include using namespace std; const int N=1e5+5; int n,m; struct node { int head; string name; }a[N]; int main() { ios::sync_with_stdio(false);…

    回复 0参与人数 1
  4. 发起讨论
    大蒟蒻kruskal79分WA三个点求助!!!

    ``` #include using namespace std; int a,b; int fa[505]; struct node { int u,v,e; }g[505]; int pos=0; void build(int x,int y,int z) { pos++; g[pos].u=x; g[pos].v…

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

    在讨论蒟蒻70分TLE求助!!!回复:

    @[_JYqwq_](/user/400269) 谢谢大佬指点
  6. 发起讨论
    蒟蒻70分TLE求助!!!

    ``` #include using namespace std; int n,m; int op,a,b; int fa[200005]; int find(int x) { if(x==fa[x]) return x; return find(fa[x]); } int main() { cin.tie(0); c…

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