| Problem | rabbitmeeting | 
|---|---|
| User | bluesky2113 | 
| Submission Time | 2024-08-14 16:50:54 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 rabbitmeeting.cpp: In function ‘int main()’:
rabbitmeeting.cpp:8:21: error: template argument 1 is invalid
    8 |  vector<vector<int> moreValues;
      |                     ^~~~~~~~~~
rabbitmeeting.cpp:8:21: error: template argument 2 is invalid
rabbitmeeting.cpp:21:3: error: ‘moreValues’ was not declared in this scope
   21 |   moreValues.push_back({j,a});
      |   ^~~~~~~~~~
rabbitmeeting.cpp:23:7: error: ‘moreValues’ was not declared in this scope
   23 |  sort(moreValues[1].begin(), moreValues[1].end());
      |       ^~~~~~~~~~