AZ
Size: a a a
AZ
AZ
Т8
AZ
#include <vector>
#include <algorithm>
int main()
{
int a;
std::vector< std::vector <int> > v;
std::vector< std::vector <int> >::const_iterator it = std::find( v.begin(), v.end(), a );
}
Т8
DS
Т8
DS
p
AZ
Т8
DS
DS
DS
Т8
DS
DS
DS
Т8
DS