这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【冬日绘版】号召大家攻破VSCode!》回复:
不是 vscode-luogu的logo犇犇犇犇和铃都在维护 加一起120+个cookie 我劝您们耗子尾汁
在讨论《NOIP2017 初赛 提高组试题》回复:
@[一思千年](/space/show?uid=50649) 抢到了QAQ
在讨论《NOIP2017 初赛 提高组试题》回复:
抢占第一排
在讨论《NOIP2017 初赛答案》回复:
@[kkksc03](/space/show?uid=1) 666,你自己做了一遍?
在讨论《~~堕落~~》回复:
# ~~呵呵~~
在讨论《#**求解!**》回复:
@[CR2016\_2](/space/show?uid=19604) 1. 我理解意义上的暴搜为在一个数组中找一个数 2. 他不允许,我允许不就行了吗?
在讨论《这是什么算法??》回复:
@[邵佳毓](/space/show?uid=13745) 又是一位紫名大佬,赶紧%%% %%%%%[邵佳毓](/space/show?uid=13745)
在讨论《这是什么情况??》回复:
错了错了,应该是 
在讨论《这是什么算法??》回复:
@[邵佳毓](/space/show?uid=13745) 我大号在题目里混,结果就在一道紫色的题标签里看到了。。我也很无语。。
在讨论《这是什么算法??》回复:
@[chen\_zhe](/space/show?uid=8457) 问题在于没有‘图’字
题解: ```cpp #include #include #include #include using namespace std; const int maxn=5000000+10; struct nod { int x,y; }s[maxn]; int dp[maxn]; int n,maxx,ans; boo…
0和1的区别,就是T与不T的区别!洛谷好强 [1](https://www.luogu.org/record/show?rid=3278805) [2](https://www.luogu.org/record/show?rid=3278742)
```cpp #include #include #include #include #include #include #include using namespace std; int n; string ans; int main(){ freopen("P1019.in","r",stdin); freopen…
在讨论《怎么回事?》回复:
@[ghruik](/space/show?uid=22196) 那就当我啥都没说。你没发现我是在灌水区发的吗??
在讨论《举报》回复:
好吧那个人骂完之后删掉了。
在讨论《翻译》回复:
@[kkksc03](/space/show?uid=1) @[icy](/space/show?uid=20487) @[zhouyonglong](/space/show?uid=9433) 来get一下
在讨论《求大神看看桶排序哪错了》回复:
@[孤独的网络流](/space/show?uid=43606) 这种简单的问题自己查不出来吗??还要发帖??不就是这儿错了吗: ```cpp for(int i=1;i 0){ for(int j=0;j<a[k];j++){ printf("%d ",i); } } } ``` 你写了a[k],而表示a[i]!不错…
在洛谷上第2个点不过,可是我下载到我电脑上过了,这是什么情况??? ```cpp #include #include #include #include #include #include #include using namespace std; int n,a[30005],lis; int main(){ //…
在讨论《翻译》回复:
@[zhouyonglong](/space/show?uid=9433) 另外,这个号只是小号,能不能把感谢那个改成我大号引领天下??
在讨论《翻译》回复:
@[zhouyonglong](/space/show?uid=9433) 什么?你不是激战文化课去了吗??
在讨论《翻译》回复:
@[kkksc03](/space/show?uid=1) @[icy](/space/show?uid=20487) 来看看啊,手打了好长时间,自己认为与题目意思差不多了。
在讨论《翻译》回复:
@icy
#题目描述 FJ的奶牛们在吃晚饭时很傻。他们把自己组织成三组(方便编号为1, 2和3),坚持一起用餐。当他们在谷仓排队进入喂食区时,麻烦就开始了。 每头奶牛都随身带着一张小卡片,小卡片上刻的是Di(1≤Di≤3)表示她属于哪一组。所有的N(1≤N≤30000)头奶牛排队吃饭,但他们并不能按卡片上的分组站好。 FJ的工作…