class A{
A(){};
}a;
이런식으로 해놓으면 a는 쓸수잇는건가요??

- dc official App