Problem minimum
User Pranav
Submission Time 2024-12-09 21:34:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:13:20: error: ‘N’ was not declared in this scope
13 | cout <<findMin(N, A);
| ^
minimum.cpp:13:23: error: ‘A’ was not declared in this scope
13 | cout <<findMin(N, A);
| ^