z

zhaozhicheng2010

#568193

这名用户暂未设置签名。

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

历史用户名外显

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

  1. zhaozhicheng2010
    最早追溯到 2023/10/22最后捕获于 2023/10/22

时间线

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

  1. 回复讨论

    在讨论问个问题回复:

    6,够直接
  2. 回复讨论

    在讨论数据有点水回复:

    %
  3. 发起讨论
    蒟蒻90分代码求调

    ```cpp #include using namespace std; int n,m,a[114514],top; void res(int l,int r) { top = 0; for(int i = l; i <= r; i++) if(a[i] <= a[top]) top = i; } int main(…

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

    在讨论大佬们求助!!!全TLE回复:

    谢谢各位大佬,已AC;
  5. 发起讨论
    蒟 蒻 8 分 求 助 , 救 命

    ```ccp #include using namespace std; const int N=2005,inf=0x3f3f3f3f; int g,n,m,dis[N]; struct stu{ int u,v,w; } a[N]; void relax(int u,int v,int w) { if(dis[u]…

    回复 1参与人数 1
  6. 发起讨论
    大佬们求助!!!全TLE

    ```cpp #include using namespace std; const long long N=100005,inf=2147483647; long long dis[N],chack[N],n,m,s,l,r,w; struct stu{ long long v,w; }; vector a[N];…

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

    在讨论90分求助回复:

    十年OI一场空,不开longlong见祖宗
已经到最早的记录