| Problem | minimum |
|---|---|
| User | Red123 |
| Submission Time | 2026-01-26 17:58: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:4:13: error: ‘n’ was not declared in this scope
4 | return min(n,a[i]);
| ^
minimum.cpp:4:17: error: ‘i’ was not declared in this scope
4 | return min(n,a[i]);
| ^
minimum.cpp:4:9: error: ‘min’ was not declared in this scope
4 | return min(n,a[i]);
| ^~~