| Problem | minimum |
|---|---|
| User | Tonko |
| Submission Time | 2025-05-28 12:27:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:20: error: ‘minimum’ was not declared in this scope
3 | if (A[i] < minimum){
| ^~~~~~~
minimum.cpp:7:12: error: ‘minimum’ was not declared in this scope
7 | return minimum;
| ^~~~~~~