こうしろ
class hage {
public:
  hage(): a(8,0) {}
private:
  vector<int> a;
}