int * pt=new int;
*pt=1;

cout<<*pt<
여기서 *pt를 뭐라고 말함?
별피티? 포인터피티?