| Problem | minimum |
|---|---|
| User | cookiemonster735 |
| Submission Time | 2026-05-11 17:49:59 |
| 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:10: error: ‘min’ was not declared in this scope
7 | best = min(best, A[i]);
| ^~~