在漫长的CP岁月中,你可能会学会各种各样的利用std::sort的方法,比如重载运算符,或者写比较函数。同时渐渐忘记如何写快排
甚至一种少见(某种程度上很合理)的内联写法c++11:
c++11
123
sort(A.begin(), A.end(), [](const Type& a, const Type& b) { return a.day < b.day; });
tbcd…
TieWay59
A flappy yellow dog.
Zhejiang, China
Posts
25
Categories
8
Tags
15
Update your browser to view this website correctly. Update my browser now
×