g

galaxyzfz

#1481334

这名用户暂未设置签名。

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

历史用户名外显

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

  1. galaxyzfz
    最早追溯到 2025/11/03最后捕获于 2025/11/03

时间线

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

  1. 发起讨论
    只过了4个点求调

    ```cpp #include #include #include using namespace std; const int N=1e5+10; int f[N],e[N],h[N],ne[N],d[N],idx; bool st[N]; int n; void add(int a,int b) { e[idx]=…

    回复 3参与人数 3
  2. 发起讨论
    40pts求调

    ```cpp #include #include #define int long long using namespace std; const int M= 998244353; int a,b; vector divv; void divvide(int x) { for(int i=2;i 1) divv.pu…

    回复 0参与人数 1
  3. 发起讨论
    WA on #10 ,玄关

    ```cpp #include using namespace std; typedef long long LL; LL work(string str) { int i=0; for(i;str[i]==' ';i++); str=str.substr(i); int k=str.find(' '); string…

    回复 0参与人数 1
  4. 发起讨论
    最后1个点TLE,求调

    // ```cpp #include using namespace std; string purs; const int N=3e4+10; char orstr[N]; int pos[N]; int ans,orsi; int pan(char c) { if(c ='A') return 2; else if…

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