X

Xiaoyaoyou669

#1763438

升官发财请往他处,贪生畏死勿入斯门

发帖
8
文章
0
互动
6
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. Xiaoyaoyou669
    最早追溯到 2025/11/03最后捕获于 2025/12/15
  2. Xiaoyaoyou669
    最早追溯到 2025/07/26最后捕获于 2025/07/26

时间线

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

  1. 发起讨论
    72分,有没有大佬救救

    ```cpp #include using namespace std; const int maxn=40; int a[maxn][maxn],f[maxn][maxn][maxn][maxn]; int max(int x,int y); int main() { int n,x,y,m; scanf("%d",…

    回复 0参与人数 1
  2. 发起讨论
    70分求佬调

    ```cpp #include #include using namespace std; int main() { int n,p; cin>>n>>p; if(n*9 digits(n,0); digits[0]=1; int remaining_sum_needed=p-1; for(int i=n-1;i>=0…

    回复 0参与人数 1
  3. 评论文章

    在文章题解:P1601 A+B Problem(高精)发表评论:

    #define int long long ???
  4. 发起讨论
    0分求调

    ```cpp #include #include #include using namespace std; #define MAXY 5001 int prime[MAXY]; void init_prime() { memset(prime,1,sizeof(prime)); prime[0]=prime[1]=0…

    回复 0参与人数 1
  5. 回复讨论

    在讨论TLE求助!回复:

    @[Leo2011](luogu://user/539066) 谢
  6. 回复讨论

    在讨论TLE求助!回复:

    @[liuyuhan1522](luogu://user/1435840) 谢
  7. 发起讨论
    TLE求助!

    ```cpp #include using namespace std; int main() { int n; cin>>n; int count = 0,num = 2; bool whether = true; while(true) { whether = true; if(num < 2) { whether…

    回复 5参与人数 5
  8. 发起讨论
    全WA求助

    ```cpp #include using namespace std; int main() { int n,r; cin>>n; for (int i=1;i >x>>y>>r; float j=sqrt(x*x+y*y); float time=((j/50.0)*2+1.5*r); float ztime; z…

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

    在讨论蒟蒻求助,思路哪里有问题?回复:

    @所有人,已经改好了,谢谢! 首先是数组越界了,改成a[101] 第二加上ma=a[0]; 第三ma=max(a[i],a[i+1]);改为ma=max(ma,a[i]) ```cpp #include using namespace std; int main() { int a[101],n,ma; cin>>n;…
  10. 发起讨论
    蒟蒻求助,思路哪里有问题?

    ```cpp #include using namespace std; int main() { int a[100],n,ma; cin>>n; for(int y=1;y >a[y]; } for(int i=0;i a[i+1]) ma=a[i]; //else max=a[1+1]; } cout<<ma;…

    回复 5参与人数 5
  11. 回复讨论

    在讨论40分求助回复:

    @[Sunrise_up]谢谢!!
  12. 回复讨论

    在讨论40分求助回复:

    @[uncle_steve]谢谢!!
  13. 发起讨论
    40分求助

    ```cpp #include using namespace std; int main() { int n,x; double s=0; cin>>n; for(int i=1;i >x; s=s+x; } cout<<s<<" "<<fixed<<setprecision(5)<<s/n; return 0; }…

    回复 4参与人数 4
  14. 发起讨论
    0分求助

    ```cpp #include using namespace std; int main() { int n,x; cin>>n; double s=0; for(int i=1;i >x; s=s+x; } cout<<fixed<<setprecision(4)<<s/n; return 0; } 0分求助

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