// e.f. from 56 // for compare items in vector<vector<int>> bool myfunc(vector<int>& a, vector<int>& b) { return a[0] < b[0]; }