Problem minimum
User monke
Submission Time 2025-12-09 20:35:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:21: error: ‘begin’ was not declared in this scope
3 | for (int element : A){
| ^
minimum.cpp:3:21: error: ‘end’ was not declared in this scope