Problem | minimum |
---|---|
User | MS |
Submission Time | 2023-08-23 15:32:12 |
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:14: error: ‘min’ was not declared in this scope; did you mean ‘mi’?
7 | mi = min(mi,A[i]);
| ^~~
| mi
minimum.cpp:9:12: error: ‘m’ was not declared in this scope; did you mean ‘mi’?
9 | return m;
| ^
| mi