Problem | snowball |
---|---|
User | OIaspirant2307 |
Submission Time | 2024-04-06 05:33:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘int main()’:
snowball.cpp:14:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort(arr, arr + n);
| ^~~~
| qsort