Problem | minimum |
---|---|
User | blackpanther |
Submission Time | 2025-05-12 13:02:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:7:8: error: expected primary-expression before ‘int’
7 | cin>> int findMin(int n, int A[])//which returns the minimum value within array A of length N
| ^~~