Problem minimum
User KJF
Submission Time 2026-02-17 19:59:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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