C++程序  |  8行  |  75 B

#include "foo.h"
#include "bar.h"

int foo(int x)
{
    return bar(x)*2;
}