class A{
int p;
int q;
int m1(){
return 2*p;
}
int mb(){
return 2*q;
}class B{
}
他们能用吗