| Problem | minimum | 
|---|---|
| User | luoxindi09 | 
| Submission Time | 2024-05-18 09:16:06 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
    6 |     sort(A, A+N);
      |     ^~~~
      |     short