C++程序  |  8行  |  77 B

#include "bar.h"

#include "foo.h"

int bar(int x) {
  return foo2(x) * 3;
}