Problem minimum
User AthanChee03
Submission Time 2023-11-08 15:24:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:13: error: ‘begin’ was not declared in this scope
3 | for (int i:A){
| ^
minimum.cpp:3:13: error: ‘end’ was not declared in this scope
minimum.cpp:5:14: error: expected ‘;’ before ‘}’ token
5 | minVal = i
| ^
| ;
6 | }
| ~