C++程序  |  7行  |  39 B

int f();

int main()
{
  return f();
}