Problem | minimum |
---|---|
User | rhea61 |
Submission Time | 2023-11-09 09:18:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:26: error: ‘n’ was not declared in this scope
5 | for ( int i = 0; i < n; i++ )
| ^
minimum.cpp:10:9: error: ‘minimum’ was not declared in this scope
10 | return minimum;
| ^~~~~~~