| Problem | monsters |
|---|---|
| User | Lypho |
| Submission Time | 2024-11-28 19:44:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
monsters.cpp: In function ‘int maxMonsters(std::vector<std::vector<int> >)’:
monsters.cpp:29:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
29 | sort(monsters.begin(),monsters.end());
| ^~~~
| qsort