Problem minimum
User WJR
Submission Time 2025-12-08 15:53:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:8:20: error: ‘mn’ was not declared in this scope; did you mean ‘yn’?
8 | if (A[i] < mn) {
| ^~
| yn
minimum.cpp:9:21: error: ‘a’ was not declared in this scope
9 | s = min(a,A[i]);
| ^