Problem | minimum |
---|---|
User | JhoCyber |
Submission Time | 2024-12-22 21:05:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:12: error: declaration of ‘int A [N]’ shadows a parameter
2 | int A[N];
| ^
minimum.cpp:3:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
3 | sort(A,A+N);
| ^~~~
| short