| Problem | minimum |
|---|---|
| User | maximushartanto |
| Submission Time | 2025-05-06 09:00:25 |
| 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:14: error: ‘min’ was not declared in this scope; did you mean ‘mn’?
4 | mn = min(mn, A[i]);
| ^~~
| mn