| Problem | globalwarming |
|---|---|
| User | MasterCoder8421 |
| Submission Time | 2025-12-04 07:05:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
globalwarming.cpp: In function ‘int GW(int, const std::vector<int>&)’:
globalwarming.cpp:23:3: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
23 | sort(s.begin(), s.end());
| ^~~~
| qsort