| Problem | molecules |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-07-13 17:20:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
molecules.cpp: In function ‘std::vector<int> find_subset(int, int, std::vector<int>)’:
molecules.cpp:14:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(v.begin(),v.end());
| ^~~~
| qsort