Problem | minimum |
---|---|
User | maximushartanto |
Submission Time | 2025-06-05 09:49:29 |
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:15: error: ‘min’ was not declared in this scope
4 | ans = min(ans, A[i]);
| ^~~