摘要: 0.问题导向 使用C++ STL实现订单按照创建时间从小到大排查。 using Order = struct tagOrder{ unsigned int createTimspec;//创建时间戳 int id; //订单号 int totalPrice; //总价 int status; //订 阅读全文
posted @ 2024-09-15 19:58 MadAdam 阅读(40) 评论(0) 推荐(0)