Problem | minimum |
---|---|
User | Eagle |
Submission Time | 2025-01-11 17:08: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:6:16: error: ‘a’ was not declared in this scope
6 | for(int c=0;c<a;c++)
| ^
minimum.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | min==A[c]
| ^
| ;
11 | }
| ~