单项选择题

有如下类声明:
c1ass TeStClass

int i;
private:int j;
protected:int k;
public:int m,n;
;
其中,私有成员的数量为( )。

A.0
B.1
C.2
D.3