Problem minimum
User Batigol
Submission Time 2024-06-08 13:12:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:10: error: ‘min_element’ was not declared in this scope
2 | return *min_element(A,A+N);
| ^~~~~~~~~~~