1

125E591

#45025

这名用户暂未设置签名。

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

历史用户名外显

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

  1. 125E591
    最早追溯到 2023/12/29最后捕获于 2023/12/29

时间线

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

  1. 发起讨论
    求助dalao,为什么导弹拦截可以过这题过不了?

    ```cpp #include #include #include using namespace std; #define INF -0x3f3f3f3f int a[50600]; int u[50600];//up int d[50600];//down int ans1=INF,n; int main() {…

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

    在讨论为什么我推的式子这么复杂?回复:

    忘了加.6竟然过了
  3. 发起讨论
    为什么我推的式子这么复杂?

    ```cpp #include #include #include using namespace std; int main() { double s,a,b; scanf("%lf%lf%lf",&s,&a,&b); double aa,bb; aa=(3*b*s)-((a*a*s)/b)-(2*a*s); bb=…

    回复 7参与人数 7
  4. 发起讨论
    数组开小了竟然会MLE

    ```cpp #include #include #include using namespace std; const int maxx=100005; struct data { int to,nt; }node[maxx]; int xx,yy,zz,dd; int son[maxx],father[maxx],…

    回复 2参与人数 2
  5. 发起讨论
    为什么60?

    ```cpp #include #include #include using namespace std; char a[10600]; char b[10600]; int aa[10600]; int bb[10600]; int f[10600][10600];//第一串的前i个和第二串的前j个 int t[5…

    回复 2参与人数 2
  6. 发起讨论
    这道题和P2574差不多

    稍微改一下就可以A

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

    在讨论NOIP最后一周,kkksc03的忠告回复:

    后排兹瓷
  8. 回复讨论
  9. 发起讨论
    实验证明vector存图比list和deque快而且还省空间

    ![](https://cdn.luogu.com.cn/upload/pic/10396.png)

    回复 5参与人数 5
  10. 回复讨论
  11. 回复讨论
  12. 发起讨论
    求各位大佬给个这题的暴力代码

    4分的就不用了....

    回复 2参与人数 2
  13. 回复讨论

    在讨论颜色数的范围是多少?回复:

    。。。没认真读题
  14. 发起讨论
    颜色数的范围是多少?

    颜色数的范围是多少?

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

    在讨论吐槽一下样例输入。。回复:

    测试点里会有换行吗?
  16. 回复讨论

    在讨论吐槽一下样例输入。。。回复:

    正常是这样 6 5 1 2 3 2 3 3 1 1 3 2 1 4 6 3 2 3 1 1 3 2 1 4 6 3
  17. 回复讨论
  18. 回复讨论
  19. 发起讨论
    dalao们帮我看看哪个更快些一些?

    ```cpp #include #include using namespace std; typedef long long ll; long long pow_mod(ll x,ll n,ll mod){ //快速幂1 ll res=1; while(n>0){ if(n&1)res=res*x%mod; x=x*…

    回复 2参与人数 2
  20. 回复讨论

    在讨论为什么递归代码RE了回复:

    ```cpp long long pow_mod(ll x,ll n,ll mod){ ll res=1; while(n>0){ if(n&1)res=res*x%mod; x=x*x%mod; n>>=1; } return res; } ```
  21. 回复讨论

    在讨论为啥样例对了还是零分回复:

    火钳刘明
  22. 发起讨论
    大神帮忙看一下,第二个测试点过不了。

    ```cpp #include #include #include #include #include using namespace std; char a1[10000],b1[10000],h[10000]; int a[10000],b[10000],c[10000]; int main(){ int la,l…

    回复 3参与人数 3
  23. 回复讨论

    在讨论为什么只有50分???回复:

    我基本上是抄的题解啊,难道是RP问题???
  24. 发起讨论
    为什么只有50分???

    ```cpp #include using namespace std; int main(){ int l = 0; int x; int n; //表示从周x算起,经过n天 cin>>x>>n; for(int i=0;i<=n;i++){ if(x!=6&&x!=7){l+=250;} if(x==7){x=1;…

    回复 2参与人数 2
  25. 发起讨论
    大神们帮忙看一下

    ```cpp #include using namespace std; int main() { int a[12],my = 0,mother = 0; for (int i = 1; i > a[i]; my = my + 300 - a[i]; if (my < 0) { cout << "-" << i <<…

    回复 4参与人数 4
  26. 发起讨论
    大神们帮忙看一下怎么改?

    ```cpp #include using namespace std; int main() { int a[12], my = 0, mother = 0; for (int i = 1; i > a[i]; } for (int h=1; h < 13; h++) { my += (300 - a[h]) % 1…

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