摘要: class Solution { public: struct cmp { bool operator()(string a,string b) { return a+b>b+a; } }; string minNumber(vector<int>& nums) { priority_queue<s 阅读全文
posted @ 2020-09-06 22:54 肉松松松松 阅读(173) 评论(0) 推荐(0)