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,