| Problem | minimum |
|---|---|
| User | ybc |
| Submission Time | 2023-11-16 18:26:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:3: error: ‘k’ was not declared in this scope
5 | k = min(k,A[i]);
| ^
minimum.cpp:7:9: error: ‘k’ was not declared in this scope
7 | return k;
| ^