class A {

private: int a;
private: char x;


public:void function1 () {

}


};


ソリューション
サンプルのクラス名 'A' は短すぎます。