C++程序  |  7行  |  78 B

struct S {
  void m(int x);

  operator const char*();
  operator char*();
};