Problem | minimum |
---|---|
User | wtnetlegend |
Submission Time | 2025-02-04 11:47:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:16: error: ‘min’ was not declared in this scope
7 | ans = min(ans, A[i]);
| ^~~