Problem minimum
User Someone13912
Submission Time 2026-02-14 10:04:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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