Initialising vector in C++

后端 未结 0 1927
梦谈多话
梦谈多话 2021-02-10 12:30

I\'m initialising vector using the below method

vector num1{1, 9, 3, 7, 0, 7, 7, 2, 1};

and it is throwing error as below,



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