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

Compile Error

minimum.cpp:5:26: error: ‘i’ was not declared in this scope
5 | int findMin(int N, int A[i]){
| ^
minimum.cpp: In function ‘long long int findMin(...)’:
minimum.cpp:6:14: error: ‘A’ was not declared in this scope
6 | int minimum=A[1];
| ^
minimum.cpp:7:18: error: ‘N’ was not declared in this scope
7 | for (int i=0; i<N; i++){
| ^