摘要: 这里贴下代码: void helper() { auto compare = [](int a, int b) { return a < b; }; vector<int> A = { 2, 3, 5, 6, 9, 1, 20 }; priority_queue<int, vector<int>, 阅读全文
posted @ 2021-10-18 07:39 瑶海沙丘魔女 阅读(76) 评论(0) 推荐(0)