这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《江西提高258能有几等?》回复:
@[卢安来](/space/show?uid=38502) 咳咳,学了15天,TG290.......
第三次做游戏,在纸上画棋盘废纸,就寻思做了一个。 棋盘对应: 7 | 8 | 9 -+---+- 4 | 5 | 6 -+---+- 1 | 2 | 3 正好对应全键盘的小键盘。 代码: ```cpp #include #include #include #include #include using namespac…
在讨论《提高明天可能考什么?》回复:
@[114514_hb](/space/show?uid=83224) 一定DP吗?QAQ
输出一样啊 ```cpp #include using namespace std; char tt[610]; int n,r,len,a[2000],h; int main() { cin>>n>>r;r%=26; for(int w=0;w =10){ a[j+1]+=a[j]/10; a[j]%=10; } w…
在讨论《慎入!!#5和#7的错误》回复:
看好多人在问,就发了
在讨论《慎入!!#5和#7的错误》回复:
@[memset0](/space/show?uid=53495) 我自己改过了 开始是试出来的,又打了个深搜过了
在讨论《慎入!!#5和#7的错误》回复:
第二个是7,打错了
一遍深搜没法做到两组数各个加减再乘除。 反正我找到了(滑稽) #5------> 3 4 5 6 ```cpp if( ==3&& ==4&& ==5&& ==6) { cout 6 7 8 9 ```cpp if( ==6&& ==7&& ==8&& ==9) { cout<<"9-7=2\n6/2=3\n8*3=2…
在讨论《关于#7的提示(慎入)》回复:
雪中送炭,好人!
```cpp #include using namespace std; struct z { int num; char zt[110]; }ztt[10010]; int main() { int a,lent,lenmx;cin>>a;for(int i=0;i ztt[0].zt[i]) {ztt[0]=ztt…
在讨论《求助!90分,#6 RE了》回复:
```cpp #include using namespace std; char a;int ww11=0,ww21=0,ll21=0,ll11=0,c11=0,c21=0,www11[5000],lll11[5000],www21[2500],lll21[2500]; int main() { for(int i=…
在讨论《求助!90分,#6 RE了》回复:
没看你的代码,不过我原本第六个也RE了,后来把数组开大一些就AC了。
在讨论《大佬解释一下为什么有四个RE,其他全对?》回复:
改了10010,好像也不对
在讨论《大佬解释一下为什么有四个RE,其他全对?》回复:
谢谢
在讨论《大佬解释一下为什么有四个RE,其他全对?》回复:
```cpp #include using namespace std; int a,b,c=0,ch[310],d,e; int main() { string na[310];cin>>a>>b; for(int i=0;i >ch[i];cin>>na[i];}//录入 for(int i=0;i >e>>d;…
在讨论《大佬解释一下为什么有四个RE,其他全对?》回复:
#include using namespace std; int a,b,c=0,ch[310],d,e; int main() { string na[310];cin>>a>>b; for(int i=0;i >ch[i];cin>>na[i];}//录入 for(int i=0;i >e>>d; if(!(ch…
#include using namespace std; int a,b,c=0,ch[310],d,e; int main() { string na[310];cin>>a>>b; for(int i=0;i >ch[i];cin>>na[i];}//录入 for(int i=0;i >e>>d; if(!(ch…