Problem minimum
User tomatofrog0w0
Submission Time 2023-11-09 09:24:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:5:29: error: use of parameter outside function body before ‘]’ token
5 | int findMin (int N, int A[N]){
| ^
minimum.cpp: In function ‘long long int findMin(...)’:
minimum.cpp:6:22: error: ‘A’ was not declared in this scope
6 | int minimum = min (A[N])
| ^
minimum.cpp:6:24: error: ‘N’ was not declared in this scope
6 | int minimum = min (A[N])
| ^