h

hatyt

#51991

这名用户暂未设置签名。

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

历史用户名外显

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

  1. hatyt
    最早追溯到 2025/11/20最后捕获于 2025/11/20

时间线

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

  1. 回复讨论

    在讨论请问有用背包九讲7的算法写过的吗回复:

    ``` //背包九讲P07 #include #include using namespace std; struct main_item{ int w1,c1,num;//附件数量 }mt[100]; struct annex_item{ int w2,c2; }a[100][3]; int f[100][40000…
  2. 发起讨论
    请问有用背包九讲7的算法写过的吗

    写了好久,最后五个点超时。 代码如下 //背包九讲P07 #include #include using namespace std; struct main_item{ int w1,c1,num;//附件数量 }mt[100]; struct annex_item{ int w2,c2; }a[100][3]; i…

    回复 3参与人数 3
  3. 发起讨论
    求助

    输出 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc This application has requested the Runtime to terminate it in an unusu…

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

    在讨论求助dalao们,第九个怎么感觉不大对回复:

    (暂无内容)
已经到最早的记录