A mathematical entity used to represent a direction in a plane (among other things) and that can be represented as a pair of real numbers.
#include<bits/stdc++.h> using namespace std; main() { vector<vector<int> > v; for(int …
vector <int> col(0); vector<vector<int> > row(0); for(i=0;i<10;i++) col.push_…