这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为什么显示 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…
```#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 *…
在讨论《在自家电脑上能编译为什么在这里编译不了?》回复:
@[Flokirie](/space/show?uid=51001) 我也奇怪 那时候交就是过不去 刚才交就过了
```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…
在讨论《https://www.luogu.org/discuss/lists?forumname=3650#newpost》回复:
额请无视freopen
```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…
在讨论《蒟蒻求助 有哪些轻松简单一点的c语言算法入门书?》回复:
楼上的 l m angry!