这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int m,n,a[505][505],b[52][52],maxx,maxy; void draw(int x,int y){ a[x][y]=1; a[x-1][y-1]=4; a[x-2][y-2]=1; a[x-2][y-1]=3; a[…
```cpp #include using namespace std; int cnt=1; struct tree{ int num,left,head,right,t; }; tree a[10000]; void find(int p,int q){ if(a[p].num>=a[q].num){ if(a[p…
在讨论《求调》回复:
十分感谢
```cpp #include using namespace std; int n,m,ss,s[100005]; bool vis[100005]; struct node{ int num,t; }; vector a[100005]; struct compare{ bool operator()(int x,…
```cpp #include using namespace std; int a,b; int size(int x){ int i=1; while(pow(10,i) n){ if(x>=a&&x 0){ for(i=0;i >a>>b; int i,la=size(a),lb=size(b); for(i=l…
```cpp #include using namespace std; int n,i,j,m=0,a[10001],k,l=31; string s,b[10001]; int main(){ cin>>n; for(i=1;i >s; k=0; for(j=0;j 0) k=a[k]; if(b[k]!=s){…
在讨论《90分求调》回复:
已AC,感谢各位大佬,已关注
```cpp #include using namespace std; int b,i,p=-1,k[1000],t; int main(){ cin>>t>>b; while(t>0){ p++; k[p]=t%b; t/=b; } for(i=p;i>=0;i--){ if(k[i]>10) cout<<char…