摘要:
01背包问题 二维状态方程-代码思路: struct something{ int index;//物体编号 int m;//物体体... 阅读全文
posted @ 2020-01-19 14:16
modao
阅读(40)
评论(0)
推荐(0)
摘要:
cpp输入输出加速 std::ios::sync_with_stdio(false); 解释:这个函数是一个“是否兼容stdio”的... 阅读全文
posted @ 2020-01-19 14:09
modao
阅读(37)
评论(0)
推荐(0)
摘要:
算法训练 加法运算(指针的一个测试) #include using namespace std;int* GetTwoInts(){... 阅读全文
posted @ 2020-01-19 14:08
modao
阅读(29)
评论(0)
推荐(0)