y

yzy0427

#1654601

AC please!!

发帖
5
文章
1
互动
3
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. yzy0427
    最早追溯到 2025/11/03最后捕获于 2025/11/03

时间线

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

  1. 发起讨论
    求调!!!

    ```cpp #include using namespace std; const int dx[]={-1,1,0,0},dy[]={0,0,-1,1}; int main(){ ios::sync_with_stdio(false); cin.tie(0); int n,m; cin>>n>>m; vector…

    回复 0参与人数 1
  2. 发起讨论
    %20求调!

    代码: ```cpp #include using namespace std; const int N=1005; int n,m; char g[N][N]; bool c[N][N]; int o=0; void cc(){ memset(c,0,sizeof(c)); for(int i=1;i =1&&i =…

    回复 0参与人数 1
  3. 发起讨论
    0分求调!!!

    我的代码: ```cpp #include using namespace std; int n,ans=0; bool zero_array(vector &a){ for(auto i=1;i!=n+1;i++) if(!(a[i]==0))return false; return true; } int main…

    回复 1参与人数 1
  4. 回复讨论

    在讨论代码求调回复:

    各位大佬,救救我(995)
  5. 发起讨论
    代码求调

    我的代码: ```cpp #include using namespace std; int main(){ int x; cin>>x; for(auto y=1;y!=2026;y++) if(x&y+x|y==2025){ cout<<y; return 0; } cout<<-1; return 0; } ``…

    回复 1参与人数 1
  6. 发布文章
    题解:P8611 [蓝桥杯 2014 省 AB] 蚂蚁感冒

    首先,朴素80分代码: ```cpp #include using namespace std; int main(){ int n; cin>>n; vector x(n); for(int i=0;i >x[i]; int s=abs(x[0]); int c=0; for(int i=1;i 0){ if(p s…

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

    在讨论## **RE求调!**回复:

    @[uncle_steve](luogu://user/1268907)果然对了,谢谢Thanks♪(・ω・)ノ!!!
  8. 回复讨论

    在讨论## **RE求调!**回复:

    改成answer还是RE!
  9. 发起讨论
    ## **RE求调!**

    ```cpp #include using namespace std; struct node { int_least64_t chi,math,eng,sum; }; node a[1050]; int main(){ int_least64_t x; scanf("%d",&x); for(auto i=0;i!…

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