C++程序  |  5行  |  38 B

int f();
int main() {
  return f();
}