0
Can anyone help me to solve this problem? please
Find the maximum number of elements in a given one-dimensional integer array.
2 Réponses
+ 3
You can use max_element() from <algorithm> 👍
https://en.cppreference.com/w/cpp/algorithm/max_element
+ 1
https://code.sololearn.com/cZc6N32j5mBq/?ref=app
Try to understand the code by yourself
Good Luck!