共创世界主页https://www.ccw.site/student/66eedd0d3feba73009832dbd 加团队https://www.luogu.com.cn/team/89260 Scratch编程游戏制作
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
#5和#11错了awa ```cpp #include using namespace std; int main(){ int a,b; scanf("%d-%d",&a,&b); if(b==0||b>31){ if(a 1&&a%10!=2)){ cout 1&&a%10==2){ cout<<2; return…
在讨论《90 #10MLE,错的跟别人不一样,没开那么大的数组》回复:
@[zzyxl_qaq](/user/386921) 那应该开什么类型?
在讨论《90 #10MLE,错的跟别人不一样,没开那么大的数组》回复:
@[zzyxl_qaq](/user/386921) short类型?
在讨论《90 #10MLE,错的跟别人不一样,没开那么大的数组》回复:
@[zzyxl_qaq](/user/386921) 没懂到,能不能说的通透一些?
```cpp #include using namespace std; int main(){ bool sf=true; int n,j; int q; cin>>n; int a[n+1]; for(int i=1;i<=n;i++){ a[i]=i; } int m=n; for(j=0;m;j++){ m=0…
在讨论《最让人脑子烧掉的不是WA,而是RE……80求助,必关》回复:
@[a11223344](/user/1324135) 谢谢,已关
在讨论《求助,回复必关》回复:
@[chenzhishuo2012](/user/1417453) @[fmx169169169](/user/1036816) @[hez_EX](/user/262620) 已解决,都关注了哈
在讨论《玄/////关/////求/////调/////50》回复:
@[_lxc___](/user/1408395) 怎么改?
```cpp #include #include #include using namespace std; struct node{ int R,sum; int socre,id; }p[1000+5]; bool cmp1(node x,node y){ return x.R y.sum; } bool cmp3…
在讨论《全WA,求助,AC必关》回复:
谢谢大佬们,已AC,都关注了
```cpp #include using namespace std; int n,p,p2,p3; char cs; int sl1,sl2; string dw1,dw2; struct dw_{ string mz; int bh; }a[6]={ {"km",1}, {"m",2}, {"mm",3}, {"…
在讨论《最让人脑子烧掉的不是WA,而是RE……80求助,必关》回复:
所以怎么改?
```cpp #include using namespace std; int n; string a[101]; string b=""; int main(){ cin>>n; for(int i=0;i >a[i]; if(a[i]==" "){ if(b!=""){ b.erase(i-1,1); i-=2;…
```cpp #include using namespace std; int s1,s2,s3,n=-1,m=-1,b; int main(){ cin>>s1>>s2>>s3; int a[s1+s2+s3-3]; for(int i=1;i n){ b=i+3; n=m; } } cout<<b; } ```
在讨论《稻花香里说丰年,听取WA一片/(ㄒoㄒ)/~~》回复:
@[lunjiahao](/user/779970) 已关,感谢
在讨论《稻花香里说丰年,听取WA一片/(ㄒoㄒ)/~~》回复:
@[goodwepb1](/user/1322274) 谢谢,已关
```cpp #include using namespace std; int n; struct sh{ int xh; int n1; int n2; int n3; int n4; }; int main(){ cin>>n; sh a[n]; for(int i=0;i >a[i].xh; cin>>a[i]…
在讨论《求救大佬们,最后一行不能正常显示》回复:
@[Hebe_Gu](/user/685248) 感谢大佬,已关注
```cpp #include using namespace std; int a,b[205],j; bool for1(){ int k=0; for(j=0;j =a*a) return 1; } return 0; } int main(){ cin>>a; int c[a*a]; int i=0; whil…
在讨论《玄/////关/////求/////调/////50》回复:
5个RE
在讨论《玄/////关/////求/////调/////50》回复:
使朕AC者,立关
```cpp #include using namespace std; bool check(string s1,string s2){ if(s1.size() s1) return 1; else return 0; } } string jianfa(string s1,string s2){ if(s1==s…
在讨论《80求助/(ㄒoㄒ)/~~我再也不搞笑了》回复:
已经改对了
在讨论《80求助/(ㄒoㄒ)/~~我再也不搞笑了》回复:
@[Ruan_ji](/user/405146) 我知道有这个问题,但不知到怎么改
```cpp #include using namespace std; int A[505],B[505],ans[505],C[505]; int main(){ string a,b; cin>>a>>b; reverse(a.begin(),a.end()); reverse(b.begin(),b.end()…
在讨论《40分求助》回复:
@[lisiyuan20140503](/user/1043010) 自己搞定了但还是谢谢你~~~~~已关
```cpp #include using namespace std; //题目描述 //医生在书写药品名的时候经常不注意大小写,格式比较混乱。 //现要求你写一个程序将医生书写混乱的药品名整理成统一规范的格式,即药品名的第一个字符如果是字母要大写,其他字母小写。 //如将 ASPIRIN 、 aspirin 整理成…
在讨论《0分20分的看这》回复:
@[Night_sea_64](/user/554145) 谢谢但我看不懂
在讨论《0分20分的看这》回复:
@[hhztl](/user/1281338) 搞笑而已我还没学到这
```cpp #include using namespace std; int main(){ long long a,b; cin>>a>>b; cout<<a+b; } //不用高精度比你们还多。。。