Lib/sort
配列.at(2)で昇順ソート
code:cpp
sort(ALL(vec),[](vector<ll> &a,vector<ll> &b){
return a2 < b2;
});