Problem minimum
User Hengweezy
Submission Time 2024-01-31 23:09:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:12: error: ‘MAX_INT’ was not declared in this scope
5 | int min = MAX_INT;
| ^~~~~~~
minimum.cpp:15:9: error: cannot resolve overloaded function ‘max’ based on conversion to type ‘int’
15 | return max;
| ^~~