Problem minimum
User thermodynamix7
Submission Time 2025-06-19 18:33:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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