class ad {

pubilc :

int ap=5;
}

int main () {

ad d; (이 부분이 뭘 의미합니까??)

d.ap;


}


포인터입니까 뭡니까