C++程序  |  10行  |  113 B

#ifndef EXAMPLE3_H_
#define EXAMPLE3_H_

class HiddenBase {
  int hide;
  float seek;
};

#endif  // EXAMPLE3_H_