Problem minimum
User neogaoen2007
Submission Time 2023-12-09 15:07:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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