| Problem | atomsplit |
|---|---|
| User | T34 |
| Submission Time | 2025-11-18 10:15:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
atomsplit.cpp: In function ‘int main()’:
atomsplit.cpp:18:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
18 | sort(atoms.begin(), atoms.end());
| ^~~~
| qsort