单选题 下面程序段中的错误语句是 ______。
class M
int i;
public:
void ~AA(int);
AA *p;
void AA();
void AA(int x)i=x;;
;

【正确答案】 B
【答案解析】