摘要:
1 class Solution { 2 public: 3 int minCost(int n, vector<int>& cuts) { 4 int m = cuts.size(); 5 sort(cuts.begin(), cuts.end()); 6 cuts.insert(cuts.beg 阅读全文
posted @ 2024-11-11 10:18
greenofyu
阅读(27)
评论(0)
推荐(0)
浙公网安备 33010602011771号