#include #define uint unsigned int using std::cout,std::vector,std::endl; template std::ostream& operator<<(std::ostream& os,vector &v){ os<<"vector ["; for(size_t i=0;i &v){ os<<"vector ["; for(size_t i=0;i v(10); for(uint i=0;i vs; vs.push_back("123"); vs.push_back("1024"); cout<