摘要: 贪心: #include <cstdion> #include <algorithm> using namespace std; struct mooncake{ double store; //库存量 double sell; //总售价 double price; //单价 }cake[1010 阅读全文
posted @ 2019-11-10 08:49 殇之弑梦 阅读(180) 评论(0) 推荐(0) 编辑