C++程序  |  6行  |  54 B

#include "foo.h"

int foo(int x) {
  return x + 42;
}