摘要: //蓝桥杯-算法训练 开心的金明 //评测结果 AC //动态规划 01背包 #include <cstdio> #include <algorithm> #include <cstring> using namespace std; const int maxn = 30005; int main 阅读全文
posted @ 2016-02-14 20:59 这个好玩吗 阅读(310) 评论(0) 推荐(0)