Problem minimum
User sqrt64
Submission Time 2026-05-24 17:19:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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