这都什么事儿啊
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《第三和第五个样例没过》回复:
@[ZHUSITAOcccccc](/user/1068513) 6
在讨论《第三和第五个样例没过》回复:
@[xiaokeai1234](/user/1400181) 谢谢;)
```cpp #include typedef long long ll; using namespace std; char a[505],b[505]; int x,y,cnt(0),f[505],tmp(0),hhh(0); int main(){ cin>>a>>b; x=strlen(a); y=strlen…
在讨论《最后一个样例没过》回复:
@[King_and_Grey](/user/1058749) 谢谢大佬,已AC
```cpp #include #include typedef long long ll; using namespace std; string a[25]; int n; bool cmp(string x,string y){ std::string m=x+y; std::string n=y+x; if(s…
```cpp #include typedef long long ll; using namespace std; int n; struct info{ string name; int y,m,d; }; struct info arr[105]; bool cmp(info a,info b){ if(a.y!…
```cpp #include typedef long long ll; using namespace std; char c; int n(0),a[70000],f,cnt1(0),cnt2(0),tmp(0); int main(){ while(1){ cin>>c; if(c=='E'){break;tm…
在讨论《来看抽象代码》回复:
```cpp #include using namespace std; long long a[1000007]; long long b[1000007]; int main(){ int n; cin>>n; for(int i=0;i >a[i]; b[i]=a[i]; }sort(b,b+n);//以便后续求…
在讨论《来看抽象代码》回复:
AC了AC了
在讨论《警钟撅烂》回复:
@[zhaoziqiang123456](/user/1066267) 你可以给他发一篇题解。
在讨论《来看抽象代码》回复:
@[Xiie](/user/428889) ```cpp #include using namespace std; long long a[1000007]; long long b[1000007]; int main(){ int n; cin>>n; for(int i=0;i >a[i]; b[i]=a[i]…
在讨论《来看抽象代码》回复:
@[Xiie](/user/428889) 蟹蟹大佬,这就去见祖宗
```cpp #include using namespace std; int a[100001]; int b[100001]; int main(){ int n; cin>>n; for(int i=0;i >a[i]; b[i]=a[i]; }sort(b+1,b+n+1);//以便后续求最高鹅和最矮鹅 fo…
在讨论《说句闲话:研究珂学的最好方法是》回复:
前来考古
```cpp #include using namespace std; int main(){ int n,cnt=0; cin>>n; for(int i=n;i>0;i--){ cnt+=i; } for(int i=1;i<=n;i++){ for(int i=1;i<=cnt;i++){ if(i<10){…
在讨论《我写的什么**玩意》回复:
@[__dest__ruct__or__](/user/592238) 谢谢大佬
```cpp #include using namespace std; bool isprime(int a){ for(int i=2;i >x>>y; for(int i=x;i<=y;i++){ if(isprime(i)==1){ c++; } }cout<<c<<endl; return 0; } ```…
在讨论《只有两个WA》回复:
@[xuchuhan](/user/785639) 谢谢大佬
```cpp #include using namespace std; int main(){ int n,t,d; string a,b; cin>>n; t=n%10; d=n%12; switch(t){ case 4: cout<<"jia"; break; case 5: cout<<"yi"; break…
在讨论《曾经的代码,大佬们帮忙看一下》回复:
@[lyx2011](/user/690812) 谢谢
在讨论《各位大佬能不能帮忙看一下,我才学C++1个月,弱智处勿喷》回复:
@[Stare](/user/838728) ~~小黑子~~
在讨论《40分求助》回复:
@[wzj0829](/user/1028403) 谢谢
```cpp #include using namespace std; bool prime(int x){ for(int i=2;i*i >n; if(n =n){ cout<<c1<<endl; break; } } return 0; } ```
在讨论《CE求救》回复:
@[Gumingsi08](/user/626554) 谢谢
在讨论《CE求救》回复:
@[KARA_214](/user/1040753) 不!……此帖还没终。 [我的测试点信息](https://www.luogu.com.cn/record/122468228) 仍然求助。
在讨论《CE求救》回复:
CE个鬼,刚刚用Python写了一道题,忘记把语言调成cpp了。 扇自己亿巴掌。 此帖终。
```cpp #include using namespace std; int main(){ int a,b,maxt=0,i,maxd=0; for(i=1;i >a>>b; if((a+b>maxd)&&(a+b>8)){ maxt=a+b,maxd=i; } } cout<<maxd; return 0; }…
在讨论《错 落 有 致》回复:
是N0不是NO,已AC,此帖终。
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; if(a<=b) cout<<"YE5"; else cout<<"NO"; return 0; } ``` 一个AC接着一个WA:[长这样](https://blog.csdn.n…
在讨论《测试点1,5,8,10没过,请求支援》回复:
@[YJM_yejiaming](/user/889116) 不好意思,但应该把i换成什么?