这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《入门赛 #37 取消等级分计算公告》回复:
我的等级分(大哭)
在讨论《一个较为好改的TLE代码(有注释)》回复:
@[OIerWu_829](luogu://user/1028403) 谢谢
 ```cpp #include using namespace std; const int N=1e5+5;//最大选手总数 long long n,w,a[N],b[N];//选手总数,获…
``` #include #include __always_inline static void read(int &x){ char c = getchar_unlocked(); x = 0; while (!isdigit(c)) c = getchar_unlocked(); while (isdigit(c…
用暴力+桶的看这里: ```cpp #include using namespace std; long long s1,s2,s3,gentle[90],maximum,ma=-1; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",stdo…
``` #include using namespace std; int s,volume[1005],value[1005]; int f[1005]; int sof(int x){ int sum=0,quotient; for(int i=2;i >s; for(int i=2;i =volume[i];j-…
在讨论《解释一下》回复:
 
为什么会出现这种情况?  
在讨论《关于边输入边输出的问题》回复:
@[meifan666](luogu://user/1284088) 谢谢
``` #include using namespace std; int a[15]={6,2,5,5,4,5,6,3,7,6},l,r,h1,sum1,sum2,ma=-1,ans=1; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",s…
``` #include using namespace std; int n,a[3],t,b[1000],temp=1,jw,c[1000],d[1000],ans=1,e[1000]; int main(){ // freopen(".in","r",stdin); // freopen(".out","w",s…
在讨论《新手真切发问(只是关于sort)》回复:
一个是1~n排序,一个是0~n-1排序
在讨论《对“无意义”和违规讨论的界定规则》回复:
第11条好像打错字了
在讨论《一个疑惑的问题》回复:
@[luozhiyao123](/user/1019677) 对不起,我把你举报了
在讨论《一个疑惑的问题》回复:
[看通过提交数](https://www.luogu.com.cn/problem/P1597)
在讨论《一个疑惑的问题》回复:
@[smartdevil](/user/336717) 我没用啊?你看一下p1597
在讨论《一个疑惑的问题》回复:
p1597
拓朴排序: 1.所有入度为0的店都可以作为起点; 2.当每个点的入度为0时此点才能被输出; 3.先输出入度为零的点; 4.拓朴排序答案不唯一。 数组初始函数: memset(数组,数字,sizeof()) 欸式筛法求质数: for(int i=2;i*i 键值对名 关于队列的函数: queue q//创建队列 q.em…
在讨论《csp-j重定向》回复:
@[keep_shining](/user/1071381) OK
在讨论《csp-j重定向》回复:
@[keep_shining](/user/1071381) 谢谢
在讨论《这不科学》回复:
应该是你自己没看清(反正我电脑上运行你代码样例过了,建议你在运行一遍)