#include #include using namespace std; int main() { vector niz; for( int i=0; i<20; i++ ) niz.push_back(i); for( int i=0; i