摘要: 维护一个当前最小费用和,比较直接用当前周生产的费用和前面某一周生产的费用的大小 1 #include <stdio.h> 2 #include <string.h> 3 #include <iostream> 4 #include <algorithm> 5 #include <vector> 6 阅读全文
posted @ 2016-04-20 21:48 拒绝者\n 阅读(280) 评论(0) 推荐(0)