Problem minimum
User Andrew
Submission Time 2024-08-04 12:16:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function β€˜int main()’:
minimum.cpp:5:33: error: a function-definition is not allowed here before β€˜{’ token
5 | int findMin(int N, int A[]) {
| ^