零区彼岸₍˄·͈༝·͈˄*₎◞ ̑̑~
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
归并求逆序对,没通过 ``` #include using namespace std; int n,a[100005],sum,r[100005]; void gb(int s,int t) { if(s==t) return; int mid=(s+t)/2; gb(s,mid); gb(mid+1,t); int…
在讨论《WAWAWAWAWAWA》回复:
@[Accepted123](luogu://user/1379670)@[suhaoyuan](luogu://user/824341)QAQ~用来测试忘删了,会回关AWA
为什么第一个测试点自己试是**AC**,提交却是**WA**啊QAQ~ ``` #include using namespace std; int n,a[1002],b[1002],c,t,st; bool tk(int b[]){ for(int i=1;i >t){n++;a[n]=t;} for(int i=1…
在讨论《WAWAWAWAWA》回复:
@[OPH_ZZY](luogu://user/1497698)@[OPH_ZZY](luogu://user/1497698) 60QAQ~
``` #include using namespace std; int k; int main(){ cin>>k; for(int i=1;i >n>>e>>d; long long nas,nam,p,q; nas=n-e*d+2; if((pow(nas,2)-4*n)<0){ cout<<"NO\n";co…
在讨论《WAWAWAWA》回复:
谢谢,已过.OVO.
```cpp #include using namespace std; int n,sum,c[100002]; string name[100002]; long long s[100002]; map a; int main(){ cin>>n; for(int i=1;i >c[i]; if(c[i]!=4)…