Problem | minimum |
---|---|
User | naresh |
Submission Time | 2024-07-25 07:21:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:23: error: invalid conversion from ‘int*’ to ‘long long int’ [-fpermissive]
7 | ll x = min_element(A, A+N)
| ~~~~~~~~~~~^~~~~~~~
| |
| int*
minimum.cpp:8:5: error: expected ‘,’ or ‘;’ before ‘cout’
8 | cout << x;
| ^~~~