| Problem | swapsort |
|---|---|
| User | BoneMeBurner |
| Submission Time | 2024-07-26 17:33:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:20:42: error: invalid use of void expression
20 | sorted_V.assign(sort(V.begin(), V.end()));
| ^