这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《请问有用背包九讲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…
写了好久,最后五个点超时。 代码如下 //背包九讲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…
输出 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…
在讨论《求助dalao们,第九个怎么感觉不大对》回复:
(暂无内容)