find() not working with iterator & vecttor: no match for 'operator='

前端 未结 0 1965
刺人心
刺人心 2020-12-01 19:02

I am new to c++. In my code right here I am trying to find a specific element from my int type vector;

do {
    int iStud = (rand() % max--) + 1;

    cout &l         


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