int main(){ Employee *e = new Employee(); delete e; delete e; ... delete e; return 0; }
c++ pointers allocation dealloc
allocation ×1
c++ ×1
dealloc ×1
pointers ×1