C++程序  |  6行  |  59 B

extern int foo(int);

int main(void) {
  return foo(18);
}