R

RRLee

#1068185

这名用户暂未设置签名。

发帖
2
文章
4
互动
2
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. RRLee
    最早追溯到 2024/08/17最后捕获于 2024/08/17
  2. RRLee
    最早追溯到 2024/05/18最后捕获于 2024/05/18

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发布文章
    立体图

    ```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[…

    获赞 0评论 0
  2. 发布文章
    平衡树

    ```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…

    获赞 0评论 0
  3. 回复讨论

    在讨论求调回复:

    十分感谢
  4. 发起讨论
    求调

    ```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,…

    回复 3参与人数 3
  5. 发布文章
    P1217回文质数

    ```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…

    获赞 0评论 0
  6. 发布文章
    1

    ```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){…

    获赞 0评论 0
  7. 回复讨论

    在讨论90分求调回复:

    已AC,感谢各位大佬,已关注
  8. 发起讨论
    90分求调

    ```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…

    回复 7参与人数 7
已经到最早的记录