纵然不能改变这世界,也要坚持不被这世界所改变
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《话说你们初学的样子都是什么样的?》回复:
```c #include using namespace srd; int mian(){ int a,b; cin>>a>>b; cout<<a+b; return 0; } ```
在讨论《RE是什么》回复:
@[wjb09](/user/1009803) RE其实就是程序运行到一半就崩溃了
代码如下: ```c #include #include using namespace std; struct zhuobiao{ int x; int y; }; queue q; int v[505][505]; int a[505][505]; struct { int x; int y; } y[100005…
在讨论《样例过了,提交后60分,help》回复:
@[planet_over_for_ever](/user/638459) AC了,谢谢您。
代码如下: ```c #include #include using namespace std; int a[10091],b[10091]; char sa[10091],sb[10091]; int sum[10091]; int la,lb; int bj_dx(){ if(la>lb) return 1; i…
在讨论《玄学输出,求调》回复:
@[sh_juruo](/user/926152) 我帮你找到了4个问题: 1.数组一定要定义成全局数组,这样以来数组里的每个元素都能初始化为0,而不是随机数,这也是你的代码中输出很大的数的原因。 2.在你的代码中,x,y的值始终没有变化,导致你每次赋值的位置都是一个坐标,你需要再每次给a数组某元素赋值的时候让x,y也…
在讨论《求助,运行都不行》回复:
@[LyuCx](/user/420995) 现在AC了,感谢您的指导。
代码如下: ```c #include using namespace std; char s[15]="yizhong"; char a[105][105]; int v[105][105]; int n; void dfs(int x,int y,int xx,int yy,int c){ if(x==-1||y=…
代码如下: ```c #include using namespace std; int a[13]; int n; int jh(){ //判断加和是否 n int c; for(int i=1; i >n; for(int i=1; i<=n; i++){ a[1]=i; dfs(2); } return 0; }…
在讨论《运行可以,10分,求助》回复:
@[changwenxuan](/user/794383) 非常感谢,现在AC了,我也看懂正解的意思。实际上,vector才刚学,也没开始用。
代码如下: ```c #include using namespace std; int b[5005][5005]; int bc[5005]; int n,m; int v[5005]; void dfs(int p){ v[p]=1; for(int i=1; i >n>>m; for(int i=1; i >u…
在讨论《下周二周三要期末考试,焦虑怎么办》回复:
@[TwinkleDream](/user/573696) 你只要保证进步,应该没有人找你。
在讨论《关于讨论区的一点小疑问》回复:
@[HYnym](/user/536399) 这是粉兔说的 >可能出现判定事先已删除的帖子为违规并确认举报的情况,尽管会收到系统通知,但此时不计入违规历史,所以发了违规帖子需要及时删除
代码如下: ``` #include using namespace std; string a[10005]; int la; string bian(string x){ for(int i=0; i ='A'&&x[i] >n; int flag=0; for(int i=1; i >t; if(t=="Caps…
代码如下: ```c #include using namespace std; int n,t; int a[1005]; void cmp(){ int big=0,p=0; for(int i=1; i big){ big=a[i]; p=i; } cout >n>>t; for(int i=1; i >a[i]…
在讨论《听取wa声一片(全WA),求助》回复:
@[wind_kaka](/user/781159) AC了,谢谢。 我弄这个只是想测试程序,成功后提交时忘删掉了。。。
代码如下: ```c #include using namespace std; char a[105][105]; int n,m; char f; int fx,fy; bool cmp(int x,int y){ while(1){ //cout n||y>m||x >n>>m; cin>>f; if(f=='^…
在讨论《20WA求助,本机都对,下载的测试点目测也对》回复:
@[大米爱干饭](/user/524091) 你把第28行删掉再试试
代码如下: ```c #include using namespace std; int a[15]; char mod[15]={"0123456789X"}; int main(){ char w; int m; scanf("%d-%d%d%d-%d%d%d%d%d-%c",&a[1],&a[2],&a[3],&…
代码如下: ```c #include using namespace std; char a[105][105]; int n,m; char f; int fx,fy; bool cmp(int x,int y){ while(1){ //cout n||y>m||x >n>>m; cin>>f; if(f=='^…
在讨论《0分,求助!!!》回复:
@[XCY_OIER](/user/773915) 那WA是为什么呢?
代码如下: ```c #include #include using namespace std; int a[300005]; int b[300005]; int main() { int n,m,k; cin>>n>>m>>k; for(int i=1; i >a[i]; sort(a+1,a+1+n); for…
在讨论《怎么搜索用户(用用户名搜所)》回复:
@[W2011cx](/user/739705) 你只有输入他的全名才可以,也可以输入它的用户编号
在讨论《样例全过,0分,求助!》回复:
@[QiMi](/user/528540) AC了,非常感谢。
在讨论《样例全过,0分,求助!》回复:
@[QiMi](/user/528540) 果然,还是全WA...... 这是我最后一次提交的代码: ```c #include using namespace std; char a[505][505]; int n,m; void dfs(int x,int y){ a[x][y]='-'; if(a[x+1][y…
在讨论《样例全过,0分,求助!》回复:
@[QiMi](/user/528540) 好的,我知道了,不过还有别的问题吗?
在讨论《样例全过,0分,求助!》回复:
@[QiMi](/user/528540) 为了保证是在墙外面开始dfs
代码如下: ```c #include using namespace std; char a[505][505]; int n,m; void dfs(int x,int y){ a[x][y]='-'; if(a[x+1][y]=='0'&&x =0) dfs(x-1,y); if(a[x][y+1]=='0'&&…
在讨论《florr 官方账号祝大家新年快乐。》回复:
[florr](https://florr.io/#sw4-efy798)最近几天的更新确实挺多.......
在讨论《2022再见,你好2023》回复:
@[赵紫辰1210](/user/553206) 是的