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