class A {

int a;

int b;


/* A() {

this.a = 0;

this.b = 0;

} 컴파일러가 추가해 주는 코드 코드 */

}


이거 맞나?