C++程序  |  6行  |  55 B

#include "foo.h"

int foo2(int x) {
  return x - 42;
}