C++程序  |  10行  |  110 B

#ifndef EXAMPLE3_H_
#define EXAMPLE3_H_

class HiddenBase {
  int hide;
  float seek;
};

#endif //EXAMPLE3_H