Problem minimum
User Red123
Submission Time 2026-02-14 20:37:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:11:11: error: ‘A’ was not declared in this scope
11 | findMin(A, N);
| ^
minimum.cpp:11:14: error: ‘N’ was not declared in this scope
11 | findMin(A, N);
| ^