We will also learn to take input in a 2D vector. ... can also mention size here like // vector<int> v(n); for(int i=0 ; i<n ; i++) { cin>>a; v.push_back(a); } ...
確定! 回上一頁