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

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:9: error: ‘min’ was not declared in this scope
4 | res = min(res, A[i]);
| ^~~