Problem minimum
User xlpaun
Submission Time 2026-03-04 17:53:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:24: error: ‘n’ was not declared in this scope
7 | for(int i = 0; i < n; i++){
| ^
minimum.cpp:8:17: error: ‘a’ was not declared in this scope
8 | l = min(a[i], l);
| ^