这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助 72分》回复:
要使用二分,单纯枚举复杂度太大。
在讨论《9命,make_pair<int,int>的用法!!!》回复:
@[lsj2009](/user/468657) 谢谢大佬
到底该怎么用啊? ```cpp make_pair (a[i].weight,i); ``` 在本地编译器可以,一提交上去就CE噜(悲
最后两个点WA,求助。 ```cpp #include using namespace std; #define ull unsigned long long map m; ull n,k,p; inline ull ksc(ull a,ull b) { ull ans=(a>>30)%p*b%p*(1 >=1; }…
在讨论《求助一个小小的数学问题》回复:
@[w23c3c3](/user/109942) 谢谢大佬
在讨论《求助一个小小的数学问题》回复:
@[青鸟_Blue_Bird](/user/234224) 可以化简成系数表示的形式吗?
在讨论《求助一个小小的数学问题》回复:
@[hater](/user/100114) 愿闻其详:)
rt 萌新需要大佬的帮助,谢谢谢谢。 ```cpp #include using namespace std; #define ll long long queue line; struct side { int to,next; ll weight,flow; }a[200001]; int s[5001],cur[…
只对了#3 求大佬帮忙,感激不尽。 ```cpp #include using namespace std; #define ll long long queue line; struct side { int to,next; ll wei; }a[1000001]; int s[500001],n1,n2,n3,m…
在讨论《小蒟蒻24pts求助》回复:
@[vectorwyx](/user/238408) 谢谢大佬
救救孩子!笔芯 ```cpp #include using namespace std; #define ll long long int n; ll a1,b1,a2,b2,gc,x,y; inline ll gcd(ll a,ll b) { if(a%b==0) return b; return gcd(b,a%b…
在讨论《CSP-S T2 map能有多少分?》回复:
@[简单666](/user/216158) 谢谢大佬
在讨论《CSP-S T2 map能有多少分?》回复:
???可是我考场上写了(
在讨论《关于CSP的规则。。。》回复:
谢谢大佬
蒟蒻求助 比如: ```cpp std::ios::sync_with_stdio(0) stable_sort() nth_element() #pragma GCC optimize(Ofast/2/3) ``` 等可以用吗?
今天浑浑噩噩地打完了这道题([P6242](https://www.luogu.com.cn/problem/P6242)),发现样例过不去,太难受了,救救孩子! ```cpp #include using namespace std; #define ll long long struct tree { int le…
在讨论《CSP-S 提高级C++语言试题及答案》回复:
en~ 答案错了哦,阅读程序的第三题第5小题答案是D(68)。
rt 今天用非常顺手的string,居然存不完数据,但我看题解大部分是用string的,是我用的不对吗? WAcode: ```cpp #include using namespace std; string a; int z,x,c=1; int transform_(int l,int r) { unsigned…
在讨论《【淼】有无入门音游推荐》回复:
邦邦(Bang Dream)不香吗? 带你体验35个女人之间的爱恨情仇 : )
在讨论《想知道测试点最多的题......》回复:
@[SIXIANG](/user/298549) 哈哈哈,谢谢大佬
在讨论《想知道测试点最多的题......》回复:
哈哈哈,就是因为刚刚写了一道CF的题,被测试点的数量震惊到了,才萌生的想法。
rt 大佬帮帮蒟蒻吧 谢谢谢谢 ```cpp #include using namespace std; #define pa pair priority_queue ,greater > line; struct dot { int x,y,direction; }a[1000001]; int n,dx,dy,to…