i

imx2g

#1494013

这名用户暂未设置签名。

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

历史用户名外显

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

  1. imx2g
    最早追溯到 2025/01/18最后捕获于 2025/01/18

时间线

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

  1. 评论文章
  2. 评论文章
  3. 回复讨论
  4. 发起讨论
    求助!只对4个测试点

    ```cpp #include #include using namespace std; //种数,钱,各个钱的具体种类,最简的凑齐n个钱的方法数,无穷大 int N, W, w[10001], jy[10001], INF=1e9; int dp(int n){ if(n >N>>W; for(int i=1;i…

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

    在讨论向广大洛谷群众求助回复:

    好了没事了,解决了。顺便警示后人:最好循环用1——n,不要用0——n-1。不然可能走着走着就出界了。 代码 ```cpp #include //广度优先搜索 #include using namespace std; struct cow//牛牛结构体 { int num;//步数 int x;//坐标 int y;…
  6. 回复讨论

    在讨论向广大洛谷群众求助回复:

    改了一下哈 ```cpp #include //广度优先搜索 #include using namespace std; struct cow//牛牛结构体 { int num;//步数 int x;//坐标 int y; }; //变量和数组 int n, m, x, y; int x2, y2; int ax[4]…
  7. 发起讨论
    向广大洛谷群众求助

    没输出 ```cpp #include //广度优先搜索 #include using namespace std; struct cow//牛牛结构体 { int num;//步数 int x;//坐标 int y; }; //变量和数组 int n, m, x, y; int x2, y2; int ax[4] =…

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

    在讨论写了一半,不会写了。求改!回复:

    改了一下,能运行了 ```cpp #include #include using namespace std; string Str,str1,str2,str3; char cn; int n; string jm(string str){ for(int i=0;str[i]!='\0';i++){ if(str[…
  9. 发起讨论
    写了一半,不会写了。求改!

    ```cpp #include #include using namespace std; string Str,str1,str2,str3; char cn; int n; string jm(string str){ for(int i=0;str[i]!='\0';i++){ if(str[i]=='['){…

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

    在讨论不负众望!!!似了。回复:

    @_Ad_Astra_谢谢
  11. 回复讨论

    在讨论不负众望!!!似了。回复:

    亿点繁琐,不要在意
  12. 发起讨论
    不负众望!!!似了。

    ```cpp #include using namespace std; int n; struct pp{ short name,yw,yy,sx; int zf(){ return this->yw+this->yy+this->sx; } void print(){ cout name yw yy sx name…

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

    在讨论Orn求助回复:

    Orz
  14. 发起讨论
    Orn求助

    ```cpp #include using namespace std; int Orn[100],n,m; float pf(){ float a[20],max=0,min=10,ans=0; for(int i=0;i >a[i]; if(a[i]>max){ max=a[i]; } if(a[i] >n>>m;…

    回复 2参与人数 2
  15. 发起讨论
    又似了

    ```cpp #include using namespace std; double a1[1000],a2[1000]; double s[1000]; float my_s(int a1,int a2,int b1,int b2){ return sqrt((a2-a1)*(a2-a1)+(b2-b1)*(b2-…

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

    在讨论似了回复:

    ok 谢谢
  17. 回复讨论

    在讨论似了回复:

    hh
  18. 发起讨论
    似了

    ```cpp #include #include using namespace std; int n,x,num=0,t=0,ans=0,cnt=1; string a,b; int main(){ cin>>b; n=b.size(); cout >a){ b+=a; } for(int i=0;i<n;i++){…

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

    在讨论TLE一半,求调回复:

    这个是1320
  20. 发起讨论
    TLE一半,求调

    ```cpp #include using namespace std; int n,x,num=0,i1=0,t=0,t2=0,ans=0,cnt=0; int ysm[10000]; int map[900000]; int sort(int a){//土sort for(int i=0;i >t2; while(…

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

    在讨论到底错在哪里呢?回复:

    改了一下,还是错的 ```cpp #include using namespace std; int a1,a2,b1,b2,c1,c2; bool map[100][100][100]; int w,x,h; int q; int main(){ cin>>w>>x>>h; cin>>q; for(int i=0;i…
  22. 发起讨论
    到底错在哪里呢?

    ```cpp #include using namespace std; int a1,a2,b1,b2,c1,c2; bool map[100][100][100]; int w,x,h; int q; int main(){ cin>>w>>x>>h; cin>>q; for(int i=0;i >a1>>b1>>…

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

    在讨论帮我改一下回复:

    自己改好了,就当发个题解吧 ```cpp #include #include #include using namespace std; int dx1[13]={ 2, 0,-2, 0, 1, 1, 1, 0, 0, 0,-1,-1,-1},//火把 dy1[13]={ 0, 2, 0,-2, 0, 1,-1, 1,…
  24. 回复讨论

    在讨论帮我改一下回复:

    样例二错了,输入:8 22 0 1 1 1 2 1 3 1 4 1 5 1 6 3 1 3 2 3 3 3 4 3 5 3 6 5 1 5 2 5 3 5 4 5 5 5 6 7 1 7 3 7 5 7 7 输出:2
  25. 发起讨论
    帮我改一下

    ```cpp #include #include #include using namespace std; int dx1[13]={2,0,-2, 0,1,1, 1,0,0, 0,-1,-1,-1},//火把 dy1[13]={0,2, 0,-2,0,1,-1,1,0,-1, 0, 1,-1}; int dx2[2…

    回复 2参与人数 2
  26. 评论文章
  27. 回复讨论
  28. 回复讨论
  29. 发起讨论
    开心的错了,求调

    ```cpp #include #include using namespace std; struct wss//维生素子结构体 暂时用 { int ans;//料饲个数 int num[30];//饲料编号 int wtm[30]; //素子之和 }; int v,wtm[10000]; int g,sl[1000…

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

    在讨论警示后人回复:

    深有其感, 症状相同 ```cpp /*void dfs(int xxx,int yyy) { if(flag[xxx][yyy]||map[xxx][yyy]=='*'||xxx x||yyy>y) { return; } flag[xxx][yyy]=1; for(int i=0;i #include using…