Problem | minimum |
---|---|
User | jerrielchangjiebin |
Submission Time | 2024-12-11 16:45:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘long long int findMin(long long int, long long int*)’:
minimum.cpp:10:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
10 | sort(A, A+N);
| ^~~~
| qsort
minimum.cpp:12:14: error: request for member ‘front’ in ‘A’, which is of non-class type ‘long long int*’
12 | return A.front();
| ^~~~~