Problem | minimum |
---|---|
User | kruytz |
Submission Time | 2024-05-25 19:03:29 |
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:13: error: ‘minValue’ was not declared in this scope
7 | minValue = A[i];
| ^~~~~~~~
minimum.cpp:10:12: error: ‘minValue’ was not declared in this scope
10 | return minValue;
| ^~~~~~~~