Problem minimum
User NoobMugger420
Submission Time 2024-10-31 23:55:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(unsigned int, unsigned int*)’:
minimum.cpp:4:24: error: ‘begin’ was not declared in this scope
4 | for(unsigned int i : A) minimum = min(i, minimum);
| ^
minimum.cpp:4:24: error: ‘end’ was not declared in this scope
minimum.cpp:4:37: error: ‘min’ was not declared in this scope
4 | for(unsigned int i : A) minimum = min(i, minimum);
| ^~~