Problem | minimum |
---|---|
User | threadstart |
Submission Time | 2025-03-10 15:25:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:9: error: ‘min’ was not declared in this scope
4 | ans = min(ans, A[i]);
| ^~~