| Problem | minimum |
|---|---|
| User | havinaaaaash |
| Submission Time | 2024-06-04 11:04:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
4 | sort(A, A+N);
| ^~~~
| qsort