I define an array of vector, like this:vector a[5]. When I try to use TSL function a[1].size() ,it showed an error by the complier. Who
vector a[5]
a[1].size()