I use something like this
Code:
vector<pair<int, int> >a[100001];
Now i need to pass a to a function called func...
How will the call look like..
Code:
func(a)
gives error