摘要: 要灵活运用sort函数: 利用bmp函数对其进行自定义规则的排序 ```cpp #include <bits/stdc++.h> using namespace std; int n; string a[30]; bool bmp(const string& a, const string& b) 阅读全文
posted @ 2024-11-25 15:26 windfallll 阅读(16) 评论(0) 推荐(0)