c++ finding argmax of vector from specific indices

前端 未结 0 1177
一向
一向 2020-12-06 08:41

from here, i know that we can get the argmax of a `vector like this:

vector v{ 3, 1, -14, 1, 5         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题