Problem minimum
User fanqie
Submission Time 2024-07-15 07:55:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:6:27: error: array bound is not an integer constant before ‘]’ token
6 | int findMin(int N, int A[i]){
| ^
minimum.cpp: In function ‘long long int findMin(...)’:
minimum.cpp:7:14: error: ‘A’ was not declared in this scope
7 | int minimum=A[1];
| ^
minimum.cpp:8:18: error: ‘N’ was not declared in this scope
8 | for (int i=0; i<N; i++){
| ^