| Problem | minimum |
|---|---|
| User | giangdo2010 |
| Submission Time | 2026-01-16 14:15:21 |
| 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:9: error: ‘min’ was not declared in this scope
7 | ans = min(ans, A[i]);
| ^~~