Problem minimum
User helloworld
Submission Time 2023-10-22 07:18:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:19:10: error: ‘N’ was not declared in this scope
19 | findMin(N, A[i]);
| ^
minimum.cpp:19:13: error: ‘A’ was not declared in this scope
19 | findMin(N, A[i]);
| ^
minimum.cpp:19:15: error: ‘i’ was not declared in this scope
19 | findMin(N, A[i]);
| ^