封禁用户

#24059

这名用户暂未设置签名。

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

历史用户名外显

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

  1. 封禁用户
    最早追溯到 2025/11/18最后捕获于 2025/11/18

时间线

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

  1. 回复讨论

    在讨论为什么显示 too long on line?回复:

    ```c #include #include #include typedef struct zy { int time; int score; } zy; int cmp(const void *a,const void *b) { int *aa=(int *)a; int *bb=(int *)b; return…
  2. 发起讨论
    为什么显示 too long on line?

    ```#include #include #include typedef struct zy { int time; int score; } zy; int cmp(const void *a,const void *b) { int *aa=(int *)a; int *bb=(int *)b; return *…

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

    在讨论在自家电脑上能编译为什么在这里编译不了?回复:

    @[Flokirie](/space/show?uid=51001) 我也奇怪 那时候交就是过不去 刚才交就过了
  4. 发起讨论
    在自家电脑上能编译为什么在这里编译不了?

    ```c ```#include #include #include int cmp(const void *a,const void *b) { int *aa=(int *)a; int *bb=(int *)b; return *aa>*bb?1:-1; } int main() { int n,m,d,l,an…

    回复 3参与人数 3
  5. 回复讨论
  6. 发起讨论
    https://www.luogu.org/discuss/lists?forumname=3650#newpost

    ```cpp - #include - using namespace std; - int main() - { - freopen("sample.txt", "r", stdin); - int n; - int m[1002]; - int i,j; - int ans=2000000,sum=0; - cin…

    回复 2参与人数 2
  7. 回复讨论
  8. 发起讨论
    蒟蒻求助 有哪些轻松简单一点的c语言算法入门书?

    最好从最基础的算法开始 配有大量傻子都能看懂的例子和习题?

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