#include class Wrong { public: Wrong(int size =0){if (size){_mem = new int [size];cout<<"Creating "<<_mem<