Introduction - If you have any usage issues, please Google them yourself
Vector template to mimic the standard library, the realization of a series of class Vector can store vector data elements of the same type.
Achieve some common operations, as subscript operator [], push_bck (), size () and so on.