| Problem | minimum |
|---|---|
| User | AP3XTHIRD515 |
| Submission Time | 2026-08-31 17:47:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘long long int findMin(long long int, long long int*)’:
minimum.cpp:6:28: error: request for member ‘begin’ in ‘A’, which is of non-class type ‘long long int*’
6 | return *minimum_element(A.begin(), A.end());
| ^~~~~
minimum.cpp:6:39: error: request for member ‘end’ in ‘A’, which is of non-class type ‘long long int*’
6 | return *minimum_element(A.begin(), A.end());
| ^~~
minimum.cpp:6:10: error: ‘minimum_element’ was not declared in this scope
6 | return *minimum_element(A.begin(), A.end());
| ^~~~~~~~~~~~~~~