C++程序  |  5行  |  53 B

struct Info {
  virtual ~Info();
  void hash() {}
};