C++程序  |  7行  |  62 B

#include "foo.h"

int  goop(int x)
{
    return foo(x-5)*7;
}