这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《致CSP萌新/不会使用NOI LINUX的人群》发表评论:
https://duanyll.com/2019/11/11/NOI-Liunx-Survival-Guide.html 转载一篇同学的博客
在讨论《题解审核反馈专区》回复:
@[極清](/space/show?uid=19812) 你可以直接在题解区举报他
在文章《浅谈树状数组的优化及扩展》发表评论:
Orz
在讨论《【再更新】题解/举报审核标准》回复:
初赛题解不可只有答案,否则不通过
在讨论《这是个黑题?》回复:
**您们太强了**
在文章《[学习笔记]CDQ分治和整体二分》发表评论:
后排资瓷
在文章《How a Movie Comes About》发表评论:
%%%%%%%
在讨论《高考加油!》回复:
后排押题
在讨论《新版界面》回复:
怀念洛谷3
```cpp #define range 1,cnt,1 #define ri register int #define lson l,mid,u #include #include #include using namespace std; const int maxn=1e5+5; const int inf=0x…
在文章《编程语言简介》发表评论:
好像在其他洛谷博客看到过
在文章《信息学竞赛全攻略2:为什么要参加竞赛》发表评论:
学校领导傻逼
在讨论《题意》回复:
翻译补充@[chen_zhe](/space/show?uid=8457)
在讨论《首尾相连哦》回复:
是环吧
在讨论《比赛爆破公告》回复:
经查实,NOIp2018违反中国公开赛规定,使用原题,故爆破。同时我们将不再选用€€£的比赛。
在讨论《举报比赛》回复:
ccf的素质
``` #include #include #include using namespace std; const int MAXN=2e4+5; const int MAXM=1e5+5; struct Edge{ int U,V,W; }edge[MAXM]; int N,M,Father[MAXN]; int E…
在讨论《求dalao改题》回复:
###### update1 : >仍然没有改好,但修复了一些其他错误 ``` #define ri register int #include #include #include #include #include using namespace std; const int maxn=1e4+5; const in…
在讨论《求dalao改题》回复:
@[ywh666](/space/show?uid=55703)
在讨论《求dalao改题》回复:
不是这个问题
在讨论《求dalao改题》回复:
@[随风灬浅殇丿](/space/show?uid=19815) @[ywh666](/space/show?uid=55703)
在讨论《求dalao改题》回复:
显然是最大生成树+LCA 啊
**为什么求出来的LCA都是0** ``` #define ri register int #include #include #include #include using namespace std; const int maxn=1e4+5; const int maxm=5e4+5; const int inf…
在讨论《翻译(手动)》回复:
>能稍微详细一点吗?
在讨论《求大佬改程序,第十个点WA了》回复:
@[Iamacat](/space/show?uid=44924) %%%%%%
在讨论《求大佬改程序,第十个点WA了》回复:
这是标程 ``` #include #define mem(a,b) memset(a,b,sizeof(a)) #define N 1004 #define M 10004 using namespace std; typedef long long LL; LL aans; int cas,cass; int n,…
在讨论《求大佬改程序,第十个点WA了》回复:
# _**去掉了读入优化**_
在讨论《求大佬改程序,第十个点WA了》回复:
@[albus_dembledore](/space/show?uid=55703) ## 不能给我发代码片吗? ``` #include #include #include #include #include using namespace std; typedef long long ll; const int m…
``` #include #include #include #include #include using namespace std; typedef long long ll; const int maxn=1e3+5; const int maxm=2e4+5; const ll inf=1e18+5; str…