Problem minimum
User tinyqwertyIII
Submission Time 2025-02-21 13:50:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:19: error: ‘n’ was not declared in this scope
7 | for (int i; i<n; i++) {
| ^