通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
假定一个类的构造函数为A(int aa, int bb) {a = aa--; b = a * bb;},则执行A x(4,5);语句后,x.a和x.b的值分别为()。