Problem minimum
User toditisdoingthisforfun
Submission Time 2026-01-06 15:35:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int main()’:
minimum.cpp:22:11: error: ‘N’ was not declared in this scope
22 | findMin (N, A);
| ^
minimum.cpp:22:14: error: ‘A’ was not declared in this scope
22 | findMin (N, A);
| ^