Problem | minimum |
---|---|
User | idontlikeboystrustme |
Submission Time | 2025-08-06 12:59:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:12:9: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
12 | sort(A, A + N);
| ^~~~
| short
minimum.cpp:13:18: error: ‘i’ was not declared in this scope
13 | return A[i];
| ^