Problem minimum
User hwy
Submission Time 2023-06-02 19:08:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
2 | sort(A,A+N);
| ^~~~
| short