Name: Anonymous 2010-10-25 11:35
C++:
vector<vector<int> > herp(2, vector<int>(1000000));
How the fuck sort this by herp[0] values?
vector<vector<int> > herp(2, vector<int>(1000000));
How the fuck sort this by herp[0] values?