这家伙不懒,什么都留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《神奇的TLE》回复:
@[hehezhou](/space/show?uid=67371) 谢谢,找到问题了
[P2613 【模板】有理数取余](https://www.luogu.org/problemnew/show/P2613) [TLE记录](https://www.luogu.org/recordnew/show/19874014) 问一下,为什么提交的时候全部TLE 下载第一个数据点后用freopen读入却只需要0…
在讨论《P1892 不知名的MLE 求大佬解惑》回复:
我接着等,谢谢
在讨论《P1892 不知名的MLE 求大佬解惑》回复:
@[一之濑琴美](/space/show?uid=72408) 不是,是《刺客信条:奥德赛》的 By the way,为什么跪了呢
 [评测记录](https://www.luogu.org/recordnew/show/17911309) [题目传送](https://www.luogu.org/problemnew/show/P1892)…
在讨论《题解审核反馈专区》回复:
@[yjjr](/space/show?uid=5088) 现在两篇题解都通过了,怎么删一篇
在讨论《⑦仔到处跑~》回复:
4399
在讨论《题解审核反馈专区》回复:
111670 的那篇我觉得不大好又提交了一篇——111717
在讨论《题解审核反馈专区》回复:
@[yjjr](/space/show?uid=5088) 110938 111670 为什么还没有反馈呢 有一篇是12号提交的,帮看一下,谢谢
在讨论《题解审核反馈专区》回复:
**问一下一般审核一篇题解需要多长时间呢?**
在讨论《为什么自己编的n多组数据和样例都和题解一样,全0分!!!》回复:
@[arfa](/space/show?uid=77760)
在讨论《为什么自己编的n多组数据和样例都和题解一样,全0分!!!》回复:
???
```cpp #include #include #include using namespace std; int z=1,r,l,mid,a,n,b[200010],h; int main(){ scanf("%d",&n); for(int i = 1;i b[z-1]){ b[z]=a; //printf("m…
在讨论《数据过水》回复:
- - - - - - 1.
在讨论《为什么只有三个点AC,其余都是RE》回复:
再次感谢
在讨论《为什么只有三个点AC,其余都是RE》回复:
不过为什么呢???
在讨论《为什么只有三个点AC,其余都是RE》回复:
@[dp好难啊](/space/show?uid=47757) OK 谢谢dalao
在讨论《为什么只有三个点AC,其余都是RE》回复:
测试点还数据太大,下载不了…………
在讨论《为什么只有三个点AC,其余都是RE》回复:
@[dp好难啊](/space/show?uid=47757) 改了后也是RE呀 [不知道能不能看到](https://www.luogu.org/recordnew/show/15635946) 这个是评测结果的地址 附:数组多开十倍也不管用啊
```c #include #include #include using namespace std; int ac[300090][30]; int main(){ int n,m,x,y,c; scanf("%d%d",&n,&m); int a[n]; for(int i=1;i<=n;i++){ scanf(…
在讨论《求助:为什么数据一大就RE,样例都过了。》回复:
这样吗?现在是40分,一个RE,其余都是WA
在讨论《求助:为什么数据一大就RE,样例都过了。》回复:
```c #include #include #include #include #include using namespace std; struct bb{ int asdf,sp; }; int abc(){ bb a,b,c,x; int y; scanf("%d%d",&x.asdf,&y); queue…
在讨论《求助:为什么数据一大就RE,样例都过了。》回复:
@[Endermeng](/space/show?uid=114499) 什么意思?
#include #include #include #include #include using namespace std; struct bb{ int asdf,sp; }; int abc(){ int m=0; bb a,b,c,x; int y; scanf("%d%d",&x.asdf,&y); qu…