Problem minimum
User Enderpotato
Submission Time 2024-01-28 00:10:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:2:18: error: ‘INT32_MAX’ was not declared in this scope
2 | int minInt = INT32_MAX;
| ^~~~~~~~~
minimum.cpp:4:18: error: ‘min’ was not declared in this scope
4 | minInt = min(minInt, a[i]);
| ^~~