https://blog.csdn.net/xiaoguyin_/article/details/79798362?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task
std::sort(text.begin(), text.end(), [](auto x, auto y) { return x > y; });