C++程序  |  8行  |  86 B

extern void print(void);

int main(int argc, char *argv[])
{
  print();
  return 0;
}