Problem minimum
User solvemaster123
Submission Time 2026-03-20 21:25:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:2: error: ‘min1’ was not declared in this scope
2 | min1 = 2e9 + 5;
| ^~~~
minimum.cpp:4:10: error: ‘min’ was not declared in this scope
4 | min1 = min(min1, A[i]);
| ^~~